Пример #1
0
 public virtual Task <FindResult <object> > FindSelectAsync(Conditions searchConditions, string selectFields, int page, int pageSize, string orderBy, bool ascending = true)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public virtual Task <FindResult <Entity> > FindAsync(Conditions searchConditions, int page, int pageSize, string orderBy, bool ascending = true, List <string> includes = null)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public Task <bool> AnyAsync(Conditions searchConditions)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public Task DeleteAsync(Conditions searchConditions)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public bool Any(Conditions searchConditions)
 {
     throw new NotImplementedException();
 }