Exemple #1
0
 public List <ConceptoLiquidacion> Traer_ConceptosLiq_TxPrestador(long idPrestador)
 {
     try
     {
         return(ConceptoOPPDAO.Traer_ConceptosLiq_TxPrestador(idPrestador));
     }
     catch (Exception err)
     {
         throw err;
     }
 }
Exemple #2
0
 public List <ConceptoLiquidacion> Traer_CodConceptoLiquidacion_TConceptosArgenta(long idPrestador)
 {
     try
     {
         return(ConceptoOPPDAO.Traer_CodConceptoLiquidacion_TConceptosArgenta(idPrestador));
     }
     catch (Exception err)
     {
         throw err;
     }
 }