Esempio n. 1
0
 public static List <ServiceReferenceDLL.cConsObraSocial> ObtenerComprobantesObrasSocialesDePuntoDeVentaEntreFechas(string pLoginWeb, string pPlan, DateTime pFechaDesde, DateTime pFechaHasta)
 {
     try
     {
         ServiceReferenceDLL.ServiceSoapClient      objServicio = Instacia();
         List <ServiceReferenceDLL.cConsObraSocial> resultado   = objServicio.ObtenerComprobantesObrasSocialesDePuntoDeVentaEntreFechas(pLoginWeb, pPlan, pFechaDesde, pFechaHasta);
         return(resultado);
     }
     catch (Exception ex)
     {
         FuncionesPersonalizadas.grabarLog(MethodBase.GetCurrentMethod(), ex, DateTime.Now, pLoginWeb);
         return(null);
     }
 }