コード例 #1
0
ファイル: RS0_Authentication.cs プロジェクト: katshann/ogen
		public void Logout(
		) {
			BO_Authentication _businessobject = new BO_Authentication(
			);
			_businessobject.Logout(
			);
		}