This commit is contained in:
2021-01-06 23:49:19 +00:00
parent 5e54fc3899
commit f5f0cffde6
5 changed files with 106 additions and 0 deletions

View File

@@ -100,6 +100,8 @@ namespace AyaNova.Biz
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);
case AyaType.CustomerServiceRequest:
return new CustomerServiceRequestBiz(ct, userId, ServerBootConfig.AYANOVA_DEFAULT_TRANSLATION_ID, roles);