コード例 #1
0
 public List <ConceptoLiquidacion> Traer_CodConceptoLiquidacion_TConceptosArgenta(long idPrestador)
 {
     try
     {
         return(ConceptoOPPDAO.Traer_CodConceptoLiquidacion_TConceptosArgenta(idPrestador));
     }
     catch (Exception err)
     {
         throw err;
     }
 }