예제 #1
0
        public ActionResult Nuevo(Producto p)
        {
            productoServices.crearProducto(p);

            return(View());
        }