if(typeof monadierahmat == "undefined") monadierahmat={};
monadierahmat._Default_class = function() {};
Object.extend(monadierahmat._Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getHelp: function(ID) {
		return this.invoke("getHelp", {"ID":ID}, this.getHelp.getArguments().slice(1));
	},
	SignUp: function(Tell, DoreId) {
		return this.invoke("SignUp", {"Tell":Tell, "DoreId":DoreId}, this.SignUp.getArguments().slice(2));
	},
	registerDore: function(DoreId, Tell, SecCode, Count, UsrName, DoaName) {
		return this.invoke("registerDore", {"DoreId":DoreId, "Tell":Tell, "SecCode":SecCode, "Count":Count, "UsrName":UsrName, "DoaName":DoaName}, this.registerDore.getArguments().slice(6));
	},
	SubmitMail: function(DoreId, Tell, SecCode, Status, Email) {
		return this.invoke("SubmitMail", {"DoreId":DoreId, "Tell":Tell, "SecCode":SecCode, "Status":Status, "Email":Email}, this.SubmitMail.getArguments().slice(5));
	},
	lapse: function(Tell, doreId) {
		return this.invoke("lapse", {"Tell":Tell, "doreId":doreId}, this.lapse.getArguments().slice(2));
	},
	url: '/ajaxpro/monadierahmat._Default,monadierahmat.ashx'
}));
monadierahmat._Default = new monadierahmat._Default_class();

