Retail_manager/RMWPFInterfaceLibrary/Helpers/IConfigHelper.cs
s459315 0957963cad Added Taxable to Products
Added the ability to tax products for sale
2022-07-23 23:56:50 +02:00

7 lines
123 B
C#

namespace RMWPFInterfaceLibrary.Helpers
{
public interface IConfigHelper
{
decimal GetTaxRate();
}
}