コード例 #1
0
 public async Task <Result <bool> > GetUserAnyAsync([Required] AccountMode accountMode, [Required] string account, [Required] long notId, CancellationToken cancellationToken = default)
 {
     return(await adminAppService.GetUserAnyAsync(accountMode, account, notId, cancellationToken));
 }