示例#1
0
 public async Task <IActionResult> AddProductCategory(AddProductCategory command)
 => await SendAsync(command.BindId(c => c.Id), resourceId : command.Id, resource : "products");