Exemplo n.º 1
0
 public void ToggleFeatured(int id)
 {
     _repo.ToggleFeatured(id);
 }