Ejemplo n.º 1
0
 public void changeStatus(int id, string status)
 {
     _persistController.changeStatus(id, status);
 }