示例#1
0
 public List <Producto> Listar()
 {
     return(repo.Listar());
 }