This commit is contained in:
2020-01-21 16:47:26 +00:00
parent 382445f8c3
commit aa9bee1123
3 changed files with 18 additions and 7 deletions

View File

@@ -8,8 +8,8 @@ namespace AyaNova.DataList
{
switch (ListKey)
{
case nameof(TestWidgetUserEmail):
return new TestWidgetUserEmail();
case nameof(TestWidgetUserEmailDataList):
return new TestWidgetUserEmailDataList();
default:
throw new System.ArgumentOutOfRangeException($"DataListFactory: Unknown list \"{ListKey}\"");
}