예제 #1
0
 public async Task Edit(Coach Coach)
 {
     _Coachs.Edit(Coach);
     await _Coachs.Save();
 }