Right in the middle of conversion, not compilable yet

This commit is contained in:
2021-01-27 00:59:36 +00:00
parent 8ebc877c33
commit 3ffc01f393
23 changed files with 250 additions and 167 deletions

View File

@@ -1,9 +1,11 @@
using System.Collections.Generic;
using Newtonsoft.Json.Linq;
using AyaNova.Biz;
using AyaNova.Models;
namespace AyaNova.DataList
{
internal class CustomerNoteDataList : AyaDataList
internal class CustomerNoteDataList : AyaDataList, IAyaDataListServerCriteria
{
public CustomerNoteDataList()
{
@@ -75,5 +77,11 @@ namespace AyaNova.DataList
IsMeta = true
});
}
public string DataListServerCriteria(AyaNova.Models.AyContext ct, long currentUserId, DataListOptions dataListOptions)
{
throw new System.NotImplementedException();
}
}//eoc
}//eons