This commit is contained in:
2020-11-17 00:52:44 +00:00
parent 84a8a643e7
commit a07a55c90a
3 changed files with 85 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ namespace AyaNova.PickList
//CoreBizObject add here
case AyaType.Contract:
return new ContractPickList() as IAyaPickList;
case AyaType.Customer:
return new CustomerPickList() as IAyaPickList;
case AyaType.HeadOffice:
return new HeadOfficePickList() as IAyaPickList;
case AyaType.Widget: