This commit is contained in:
2020-12-11 21:11:49 +00:00
parent 292b337cb4
commit 4218ed6b7f
9 changed files with 92 additions and 132 deletions

View File

@@ -13,7 +13,7 @@ namespace AyaNova.PickList
{
switch (ayaType)
{
//CoreBizObject add here
//CoreBizObject add here if it will be "picked" on any other form
case AyaType.Contract:
return new ContractPickList() as IAyaPickList;
case AyaType.Customer: