Exemplo n.º 1
0
 public bool CreateProduct(Product product)
 {
     return(dal.CreateProduct(product));
 }