Exemple #1
0
 internal bool CrearProducto(Producto oProducto)
 {
     return(oProductoDao.Create(oProducto));
 }