示例#1
0
 public async Task <Student> GetStudent(Guid id)
 {
     return(await _studentsRepository.GetOne(id));
 }