예제 #1
0
 private bool majorExists(int id)
 {
     return(_majorRepository.IsExistMajor(e => e.ID == id));
 }