예제 #1
0
 public List <Product> Listar()
 {
     return(_repositorioProduto.Entidades().ToList());
 }