Exemplo n.º 1
0
 public IEnumerable<Product> Get()
 {
     return _productCatalogRepository.GetProducts();
 }