Ejemplo n.º 1
0
 public ByARpt NuevodePlantilla(decimal id_plantilla)
 {
     EstudiosPreviosBL epBLL = new EstudiosPreviosBL();
     epBLL.ep = new ESTPREV();
     epBLL.ep.ID = id_plantilla;
     return epBLL.NuevodePlantilla();
 }