Ejemplo n.º 1
0
 public DataSet ConsultarConceptoLiquidacion(ConceptoLiquidacion obj)
 {
     try
     {
         return(ClsConceptoLiquidacion.ConsultarConceptoLiquidacion(obj));
     }
     catch (Exception)
     {
         return(null);
     }
 }
Ejemplo n.º 2
0
 public Response ProcesarConceptoLiquidacion(ConceptoLiquidacion obj)
 {
     try
     {
         return(ClsConceptoLiquidacion.ProcesarConceptoLiquidacion(obj));
     }
     catch (Exception e)
     {
         return(new Response
         {
             IsSuccess = false
         });
     }
 }