Esempio n. 1
0
 public virtual GetAllPagedResponse <TDto> GetAllPaged(GetAllPagedRequest <TDto> request)
 {
     throw new NotImplementedException();
 }
 public GetAllPagedResponse <ProductDto> GetAllPaged(GetAllPagedRequest <ProductDto> request)
 {
     return(BranchLogic.GetAllPaged(request));
 }