Beispiel #1
0
 public void AccountLogout(string accountCookie)
 {
     AccountRepository.AccountLogout(accountCookie);
 }