Example #1
0
 public Session ExpireSession(string token)
 {
     return(_SessionRepo.ExpireSession(token));
 }