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