if(typeof apartmentsapart == "undefined") apartmentsapart={};
if(typeof apartmentsapart.Modules == "undefined") apartmentsapart.Modules={};
apartmentsapart.Modules.LastViewedApartments_class = function() {};
Object.extend(apartmentsapart.Modules.LastViewedApartments_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAptsCount: function() {
		return this.invoke("GetAptsCount", {}, this.GetAptsCount.getArguments().slice(0));
	},
	BuildHTMLLV: function() {
		return this.invoke("BuildHTMLLV", {}, this.BuildHTMLLV.getArguments().slice(0));
	},
	RemoveAptLV: function(id, aptCount) {
		return this.invoke("RemoveAptLV", {"id":id, "aptCount":aptCount}, this.RemoveAptLV.getArguments().slice(2));
	},
	url: '/ajaxpro/apartmentsapart.Modules.LastViewedApartments,apartmentsapart.ashx'
}));
apartmentsapart.Modules.LastViewedApartments = new apartmentsapart.Modules.LastViewedApartments_class();

