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