Beispiel #1
0
 public async Task <Coach> GetById(long Id)
 {
     return(await _coachRepo.GetByID(Id));
 }