Пример #1
0
 public IEnumerable <Produto> GetProdutos()
 {
     return(service.BuscarTodosOsProdutos());
 }