This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user