0957963cad
Added the ability to tax products for sale
7 lines
123 B
C#
7 lines
123 B
C#
namespace RMWPFInterfaceLibrary.Helpers
|
|
{
|
|
public interface IConfigHelper
|
|
{
|
|
decimal GetTaxRate();
|
|
}
|
|
} |