Beispiel #1
0
 public List <ServiceGridListInfo> GetAllServiceList(int offset, int limit, AspxCommonInfo aspxCommonInfo, string serviceName, string branchName)
 {
     try
     {
         List <ServiceGridListInfo> list = AspxServiceProvider.GetAllServiceList(offset, limit, aspxCommonInfo, serviceName, branchName);
         return(list);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }