if(typeof UAirB2C == "undefined") UAirB2C={};
if(typeof UAirB2C.WcLastPrice_class == "undefined") UAirB2C.WcLastPrice_class={};
UAirB2C.WcLastPrice_class = function() {};
Object.extend(UAirB2C.WcLastPrice_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMonthLastPrice: function(from) {
		return this.invoke("GetMonthLastPrice", {"from":from}, this.GetMonthLastPrice.getArguments().slice(1));
	},
	GetLastPrice: function(from, to, startDate, endDate) {
		return this.invoke("GetLastPrice", {"from":from, "to":to, "startDate":startDate, "endDate":endDate}, this.GetLastPrice.getArguments().slice(4));
	},
	GetLastDbPrice: function(from, type) {
		return this.invoke("GetLastDbPrice", {"from":from, "type":type}, this.GetLastDbPrice.getArguments().slice(2));
	},
	url: '/ajaxpro/UAirB2C.WcLastPrice,UAirB2C.ashx'
}));
UAirB2C.WcLastPrice = new UAirB2C.WcLastPrice_class();


