LISTS WORKING cleanup afterwords

This commit is contained in:
2021-02-08 20:10:28 +00:00
parent 4a7f9f06ca
commit 658b345378
48 changed files with 50 additions and 2586 deletions

View File

@@ -2,7 +2,6 @@ using System.Collections.Generic;
using System;
namespace AyaNova.Models
{
//common base class for data table display at client, reporting and mass bulk operations
public class DataListProcessingBase
{
@@ -18,6 +17,4 @@ namespace AyaNova.Models
Filter = new List<DataListFilterOption>();
}
}
}