Exemple #1
0
 public async Task HandleAsync(AuctionCommand command)
 {
     await auctionService.CreateAuctionAsync(command, command.UserId);
 }