if(typeof authorSTREAM == "undefined") authorSTREAM={};
if(typeof authorSTREAM.BizLayer == "undefined") authorSTREAM.BizLayer={};
authorSTREAM.BizLayer.Presentation_class = function() {};
Object.extend(authorSTREAM.BizLayer.Presentation_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidatePassCode: function(p_intPresentationID, p_strPassCode) {
		return this.invoke("ValidatePassCode", {"p_intPresentationID":p_intPresentationID, "p_strPassCode":p_strPassCode}, this.ValidatePassCode.getArguments().slice(2));
	},
	CreateLoginActionCookie: function(p_Action) {
		return this.invoke("CreateLoginActionCookie", {"p_Action":p_Action}, this.CreateLoginActionCookie.getArguments().slice(1));
	},
	url: '/ajaxpro/authorSTREAM.BizLayer.Presentation,App_Code.qyfcelwj.ashx'
}));
authorSTREAM.BizLayer.Presentation = new authorSTREAM.BizLayer.Presentation_class();

