Пример #1
0
 public bool ExistsWithJobRole(int id)
 {
     return(_planningRepository.ExistsWithJobRole(id));
 }