예제 #1
0
 public List <Produto> RetornarProdutosPorCategoria(Guid idCategoria)
 {
     return(cr.RetornarProdutosPorCategoria(idCategoria));
 }