예제 #1
0
 public Athlete GetByGuid(string guid)
 {
     return(_athleteRepository.GetByGuid(guid));
 }