コード例 #1
0
ファイル: AccountWorkflow.cs プロジェクト: darko997/VacaYAY
 public void AccountLogout(string accountCookie)
 {
     AccountRepository.AccountLogout(accountCookie);
 }