public bool Aprobar(in_transferencia_Info info) { try { return(oData_Transferencia.Aprobar(info)); } catch (Exception) { throw; } }