示例#1
0
 public Major GetById(int id)
 {
     return(majorRepository.GetById(id));
 }