This commit is contained in:
@@ -38,6 +38,8 @@ namespace AyaNova.PickList
|
||||
return new UnitModelPickList() as IAyaPickList;
|
||||
case AyaType.Unit:
|
||||
return new UnitPickList() as IAyaPickList;
|
||||
case AyaType.LoanUnit:
|
||||
return new LoanUnitPickList() as IAyaPickList;
|
||||
case AyaType.WorkOrderTemplate:
|
||||
return new WorkOrderTemplatePickList() as IAyaPickList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user