Ejemplo n.º 1
0
 /// <inheritdoc/>
 public void SetStatus(int id, bool status)
 {
     vacancyManager.SetStatus(id, status);
 }