Example #1
0
 public virtual Paging.IPagingData <TEntity> GetAll <SearchRequestType>(Paging.IPagingRequest <SearchRequestType> request)
 {
     throw new System.NotImplementedException();
 }
Example #2
0
 public virtual Paging.IPagingData <TResult> GetAll <TResult, SearchRequestType>(Paging.IPagingRequest <SearchRequestType> request) where TResult : Mapping.IMappedFrom <TEntity>
 {
     throw new System.NotImplementedException();
 }