示例#1
0
 public Task <UserSession> FindSession(Guid token)
 {
     return(_userSessionRepository.FindByToken(token));
 }