コード例 #1
0
 public Task <IdServerUserView> Get(Guid userId)
 {
     return(repo.Get(userId));
 }
コード例 #2
0
 public async Task <IUserSearch> Get(Guid userId)
 {
     return(await repo.Get(userId));
 }