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