Example #1
0
 public bool CheckProduct(Product product, int id)
 {
     return(shopRepository.CheckProduct(product, id));
 }