Exemple #1
0
 public static List<eFact_Entidades.Lote> ConsultarLotesDeComprobantesVigentesXFecha(string FechaDsd, string FechaHst, string CuitEmpresa, CedEntidades.Sesion Sesion)
 {
     eFact_DB.Lote c = new eFact_DB.Lote(Sesion);
     return c.ConsutarLotesDeComprobantesVigentesXFecha(FechaDsd, FechaHst, CuitEmpresa);
 }