if(typeof Biblioraft == "undefined") Biblioraft={};
if(typeof Biblioraft.Web == "undefined") Biblioraft.Web={};
Biblioraft.Web.ConfigurareAgenda_class = function() {};
Object.extend(Biblioraft.Web.ConfigurareAgenda_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetServerPrice: function(F, TLC, TC, G, hCE, PE, hCI, PI, Q) {
		return this.invoke("GetServerPrice", {"F":F, "TLC":TLC, "TC":TC, "G":G, "hCE":hCE, "PE":PE, "hCI":hCI, "PI":PI, "Q":Q}, this.GetServerPrice.getArguments().slice(9));
	},
	SendEmail: function(emailBody) {
		return this.invoke("SendEmail", {"emailBody":emailBody}, this.SendEmail.getArguments().slice(1));
	},
	SendContactEmail: function(emailBody) {
		return this.invoke("SendContactEmail", {"emailBody":emailBody}, this.SendContactEmail.getArguments().slice(1));
	},
	url: '/ajaxpro/Biblioraft.Web.ConfigurareAgenda,App_Web_vv-cn1qg.ashx'
}));
Biblioraft.Web.ConfigurareAgenda = new Biblioraft.Web.ConfigurareAgenda_class();

