예제 #1
0
 public async Task <List <Produto> > ListarProdutosComEstoque()
 {
     return(await _IServicoProduto.ListarProdutosComEstoque());
 }