Exemple #1
0
 public void GetListAll(string app, string resource, string format, int start, int limit, string sortOrder, string sortBy, string indexStyle)
 {
     _commonService.GetListAll(app, resource, format, start, limit, sortOrder, sortBy, indexStyle);
 }