Ejemplo n.º 1
0
 private bool majorExists(int id)
 {
     return(_majorRepository.IsExistMajor(e => e.ID == id));
 }