Exemplo n.º 1
0
 internal bool crearProducto(Producto oProducto)
 {
     return(oProductoDao.CrearProducto(oProducto));
 }