コード例 #1
0
ファイル: BaseController.cs プロジェクト: KodjoSuprem/covcake
 protected void ForceUserLogOut()
 {
     CovCake.LogoutCurrentUser();
     this._currentUser = null;
 }