Example #1
0
 public Task <Golfer> GetById(string id)
 {
     return(_repo.GetById(id));
 }