Example #1
0
 public async Task <Student> GetByID(object id)
 {
     return(await StudentsRepository.GetByID(id));
 }