Пример #1
0
 public PagerResponse <ListViewSalesInfo> GetProfileSales(ReqGetProfileComplaints req)
 {
     return(Call <PagerResponse <ListViewSalesInfo>, ReqGetProfileComplaints>(req, MethodBase.GetCurrentMethod().Name));
 }
Пример #2
0
 public PagerResponse <EntityCommentInfo> GetProfileComments(ReqGetProfileComplaints req)
 {
     return(Call <PagerResponse <EntityCommentInfo>, ReqGetProfileComplaints>(req, MethodBase.GetCurrentMethod().Name));
 }