Exemple #1
0
 public async Task <UserSession> GetSessionAsync(string sessionId)
 {
     return(await userSessionRepository.FindByIdAsync(sessionId));
 }