This commit is contained in:
@@ -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}\"");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user