This commit is contained in:
@@ -48,6 +48,8 @@ namespace AyaNova.PickList
|
|||||||
return new LoanUnitPickList() as IAyaPickList;
|
return new LoanUnitPickList() as IAyaPickList;
|
||||||
case AyaType.WorkOrderTemplate:
|
case AyaType.WorkOrderTemplate:
|
||||||
return new WorkOrderTemplatePickList() as IAyaPickList;
|
return new WorkOrderTemplatePickList() as IAyaPickList;
|
||||||
|
case AyaType.TaskGroup:
|
||||||
|
return new TaskGroupPickList() as IAyaPickList;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
throw new System.NotImplementedException($"PICKLIST {ayaType} NOT IMPLEMENTED");
|
throw new System.NotImplementedException($"PICKLIST {ayaType} NOT IMPLEMENTED");
|
||||||
|
|||||||
Reference in New Issue
Block a user