Esempio n. 1
0
 public static List <ServiceReferenceDLL.cPlanillaObSoc> ObtenerPlanillasObraSocialClientesDeObraSocialPorAnioMes(string pNombrePlan, string pLoginWeb, int pAnio, int pMes)
 {
     try
     {
         ServiceReferenceDLL.ServiceSoapClient     objServicio = Instacia();
         List <ServiceReferenceDLL.cPlanillaObSoc> resultado   = objServicio.ObtenerPlanillasObraSocialClientesDeObraSocialPorAnioMes(pNombrePlan, pLoginWeb, pAnio, pMes);
         return(resultado);
     }
     catch (Exception ex)
     {
         FuncionesPersonalizadas.grabarLog(MethodBase.GetCurrentMethod(), ex, DateTime.Now, pNombrePlan, pLoginWeb, pAnio, pMes);
         return(null);
     }
 }