This commit is contained in:
2020-11-13 23:52:31 +00:00
parent 300f2f8b66
commit 9e34aa576a
2 changed files with 10 additions and 28 deletions

View File

@@ -18,6 +18,8 @@ namespace AyaNova.PickList
return new WidgetPickList() as IAyaPickList;
case AyaType.User:
return new UserPickList() as IAyaPickList;
case AyaType.WorkOrderTemplate:
return new WorkOrderTemplatePickList() as IAyaPickList;
default:
throw new System.NotImplementedException("PICKLIST NOT IMPLEMENTED");