Ejemplo n.º 1
0
 public Task <IdServerUserView> Get(Guid userId)
 {
     return(repo.Get(userId));
 }
Ejemplo n.º 2
0
 public async Task <IUserSearch> Get(Guid userId)
 {
     return(await repo.Get(userId));
 }