STUB remaining v7 corebizobjects

This commit is contained in:
2020-05-01 22:08:32 +00:00
parent a886181a97
commit 9092e95a0c
2 changed files with 26 additions and 2 deletions

View File

@@ -18,10 +18,11 @@ namespace AyaNova.PickList
return new WidgetPickList() as IAyaPickList;
case AyaType.User:
return new UserPickList() as IAyaPickList;
case AyaType.Customer:
default:
throw new System.NotImplementedException("PICKLIST NOT IMPLEMENTED");
}
return null;
//return null;
}
//List all the PickList-able object types available