Exemplo n.º 1
0
 public List <Producto> ObtenerTodosLosProductos()
 {
     return(repository.GetAllProducts().ToList());
 }