コード例 #1
0
 public async Task HandleAsync(DeleteAthlete command)
 {
     await _athleteService.DeleteAsync(command.UserId);
 }