Beispiel #1
0
 public async Task HandleAsync(AddAthleteProduct command)
 {
     await _athleteProductService.AddAsync(command.UserId, command.ProductId, command.Weight);
 }