Example #1
0
 // Aprobar soportes bancarios
 public static int AprobarSoporteBancario(int encSop_Id)
 {
     return(DAOAdministrarSoporteBancario.AprobarSoporteBancario(encSop_Id));
 }