This commit is contained in:
@@ -26,6 +26,10 @@ namespace AyaNova.PickList
|
||||
return new UserPickList() as IAyaPickList;
|
||||
case AyaType.Vendor:
|
||||
return new VendorPickList() as IAyaPickList;
|
||||
case AyaType.Part:
|
||||
return new PartPickList() as IAyaPickList;
|
||||
case AyaType.PartAssembly:
|
||||
return new PartAssemblyPickList() as IAyaPickList;
|
||||
case AyaType.Project:
|
||||
return new ProjectPickList() as IAyaPickList;
|
||||
case AyaType.ServiceRate:
|
||||
|
||||
Reference in New Issue
Block a user