예제 #1
0
 public List <Product> AddProducts()
 {
     return(_shoppingRepository.AddProducts());
 }