public static List <ServiceAvailableDateInfo> GetServiceDates(GetServiceDateInfo getServiceDateObj, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <ServiceAvailableDateInfo> lstServDate = AspxServiceProvider.GetServiceDates(getServiceDateObj, aspxCommonObj);
         return(lstServDate);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
Beispiel #2
0
 public List <ServiceCoreAvailableDate> GetServiceDates(GetCoreServiceDate getServiceDateObj, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AspxServiceProvider             objService  = new AspxServiceProvider();
         List <ServiceCoreAvailableDate> lstServDate = objService.GetServiceDates(getServiceDateObj, aspxCommonObj);
         return(lstServDate);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
 public List<ServiceCoreAvailableDate> GetServiceDates(GetCoreServiceDate getServiceDateObj, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AspxServiceProvider objService = new AspxServiceProvider();
         List<ServiceCoreAvailableDate> lstServDate = objService.GetServiceDates(getServiceDateObj, aspxCommonObj);
         return lstServDate;
     }
     catch (Exception e)
     {
         throw e;
     }
 }