This commit is contained in:
2020-06-05 12:19:46 +01:00
parent d6b198777f
commit 738f87f988
2 changed files with 14 additions and 2 deletions

View File

@@ -8,6 +8,16 @@ namespace bnhtrade.Core.Data.Database
{
public static class Constants
{
public static string GetMarginSchemeTaxCode()
{
return "T190";
}
public static string GetOrderChannelAmazonUk()
{
return "Amazon.co.uk";
}
public static int GetProductConditionIdNew()
{
return 10;