Exemple #1
0
 public bool registrarCuenta(int idUsuario, Cuenta C)
 {
     return(cuentaDA.registrarCuenta(idUsuario, C));
 }