This commit is contained in:
2020-12-29 23:20:39 +00:00
parent 68b55860f2
commit c5daf3340b
6 changed files with 77 additions and 6 deletions

View File

@@ -98,6 +98,8 @@ namespace AyaNova.Biz
return new TravelRateBiz(ct, userId, ServerBootConfig.AYANOVA_DEFAULT_TRANSLATION_ID, roles);
case AyaType.TaxCode:
return new TaxCodeBiz(ct, userId, ServerBootConfig.AYANOVA_DEFAULT_TRANSLATION_ID, roles);
case AyaType.ServiceBank:
return new ServiceBankBiz(ct, userId, ServerBootConfig.AYANOVA_DEFAULT_TRANSLATION_ID, roles);