This commit is contained in:
2021-02-08 22:29:53 +00:00
parent 27a232c888
commit e799323b50
5 changed files with 7 additions and 20 deletions

View File

@@ -7,7 +7,7 @@ using EnumsNET;
namespace AyaNova.Models
{
//Used to drive processes that rely on selections made at client from a datalist
//either a preselected list of id's or a datalist key and listview filter object that can
//either a preselected list of id's or a datalist key and filterid that can
//be used to rehydrate a list of id's
public class DataListSelectedProcessingOptions : DataListProcessingBase
{