This commit is contained in:
2020-12-01 19:12:13 +00:00
parent 50eb631d51
commit f23a3ebed5
3 changed files with 65 additions and 1 deletions

View File

@@ -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;