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