This commit is contained in:
2021-06-15 20:03:57 +00:00
parent 1003a1e0d6
commit 5156f9f722
6 changed files with 70 additions and 4 deletions

View File

@@ -50,6 +50,8 @@ namespace AyaNova.PickList
return new WorkOrderTemplatePickList() as IAyaPickList;
case AyaType.TaskGroup:
return new TaskGroupPickList() as IAyaPickList;
case AyaType.Report:
return new ReportPickList() as IAyaPickList;
default:
throw new System.NotImplementedException($"PICKLIST {ayaType} NOT IMPLEMENTED");