Example #1
0
 public IEnumerable <MainProduct> GetAll()
 {
     return(_mainProductRepository.GetAll());
 }