Esempio n. 1
0
 public async Task <IActionResult> Post(CreateCustomer command)
 => await SendAsync <CreateCustomer>(command.BindUserIdentity(cmd => cmd.Id, User?.Identity?.Name),
                                     resourceId : command.Id, resource : "customers");