示例#1
0
 public async Task <Result <int> > CreateRoleAsync([Required][FromBody] AdminRoleCreateCommand command, CancellationToken cancellationToken = default)
 {
     return(await adminAppService.CreateRoleAsync(command, cancellationToken));
 }