Exemplo n.º 1
0
 public int GetTotalSessionCount()
 {
     return(_userSessionRepository.GetTotalSessionCount());
 }
 public async Task <int> GetTotalSessionCount()
 {
     return(await _userSessionRepository.GetTotalSessionCount());
 }