コード例 #1
0
ファイル: ProdutoBusiness.cs プロジェクト: simionat0/SimiChef
 public List <Produto> ListaProduto()
 {
     return(_IProdutoDAO.ListarProdutos());
 }