Beispiel #1
0
 public bool IsCodeExist(Product product)
 {
     return(_producRepository.IsCodeExist(product));
 }