Exemple #1
0
 public IEnumerable <Produto> GetAll()
 {
     return(_service.GetAll());
 }