This commit is contained in:
2021-01-14 22:39:57 +00:00
parent c6de8e35cd
commit 398f14fbbd
2 changed files with 5 additions and 1 deletions

View File

@@ -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: