Esempio n. 1
0
 Boolean IProductService.addProduct(Product p)
 {
     return(ProductTableServices.addProduct(p));
 }