Right in the middle of conversion, not compilable yet
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user