コード例 #1
0
 public bool SpecialtyExist(long?id)
 {
     return(_specialtyRepository.Exists(id));
 }