コード例 #1
0
 private bool SupervisorExists(int id)
 {
     return(_supervisorRepository.EmployeeExists(id));
 }