Exemplo n.º 1
0
 public async Task<User> GetById(long userId)
 {
     return await UserAccessor.GetById(userId);
 }