Exemplo n.º 1
0
 private bool StaffExists(int id)
 {
     return(_service.StaffExists(id));
 }