예제 #1
0
 public System.Collections.Generic.IEnumerable <IEntity> Search(Core.Services.tmp.EntityQuery query, System.Collections.Generic.IEnumerable <Sorting> sortings = null, Paging paging = null)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public System.Collections.Generic.IEnumerable <TEntityType> Search <TEntityType>(string entityName, Core.Services.tmp.EntityQuery query, System.Collections.Generic.IEnumerable <Sorting> sortings = null, Paging paging = null) where TEntityType : IEntity
 {
     throw new NotImplementedException();
 }