コード例 #1
0
 public async Task Delete(DeletePriceCommand command)
 {
     await CommandBus.Execute(command);
 }
コード例 #2
0
 public async Task <ActionResult <DeletePriceCommandResponse> > Delete(DeletePriceCommand request, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(await Send(request, cancellationToken));
 }