Example #1
0
 public long CrearPrueba(PruebaBE prueba)
 {
     PruebaBL crearPru = new PruebaBL();
     return crearPru.CrearPrueba(prueba);
 }