This commit is contained in:
@@ -24,10 +24,12 @@ namespace AyaNova.PickList
|
||||
return new WidgetPickList() as IAyaPickList;
|
||||
case AyaType.User:
|
||||
return new UserPickList() as IAyaPickList;
|
||||
case AyaType.Vendor:
|
||||
return new VendorPickList() as IAyaPickList;
|
||||
case AyaType.WorkOrderTemplate:
|
||||
return new WorkOrderTemplatePickList() as IAyaPickList;
|
||||
default:
|
||||
throw new System.NotImplementedException("PICKLIST NOT IMPLEMENTED");
|
||||
throw new System.NotImplementedException($"PICKLIST {ayaType} NOT IMPLEMENTED");
|
||||
|
||||
}
|
||||
//return null;
|
||||
|
||||
Reference in New Issue
Block a user