Example #1
0
 public bool Add(MainProduct mainProduct)
 {
     return(_mainProductRepository.Add(mainProduct) > 0);
 }