示例#1
0
 public async Task <Response <AccountResponse> > GetAccountById([FromRoute] Guid userId)
 {
     return(await _accountService.GetAccountByIdAsync(userId));
 }