Esempio n. 1
0
 public List <ServiceEmpInfo> GetServiceEmployee(int offset, int limit, AspxCommonInfo aspxCommonInfo, int serviceId, int branchID, string serviceEmpName)
 {
     try
     {
         List <ServiceEmpInfo> list = AspxServiceProvider.GetServiceEmployee(offset, limit, aspxCommonInfo, serviceId, branchID, serviceEmpName);
         return(list);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }