Example #1
0
 public List <RelacionConceptoCantCuotas> Traer_CantCuotas_TxPrestadorCodConceptoLiquidacion(long idPrestador, int codConceptoLiq)
 {
     try
     {
         return(CuotasDAO.Traer_CantCuotas_TxPrestadorCodConceptoLiquidacion(idPrestador, codConceptoLiq));
     }
     catch (Exception err)
     {
         throw err;
     }
 }
Example #2
0
 public List <Novedad> TraeCuotas(long idNovedad, long idPrestador)
 {
     try
     {
         return(CuotasDAO.TraeCuotas(idNovedad, idPrestador));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }