if(typeof ArapSabunu == "undefined") ArapSabunu={};
ArapSabunu_class = function() {};
Object.extend(ArapSabunu_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDistrictByCity: function(ID) {
		return this.invoke("GetDistrictByCity", {"ID":ID}, this.GetDistrictByCity.getArguments().slice(1));
	},
	GetCreditDistrictByCity: function(ID) {
		return this.invoke("GetCreditDistrictByCity", {"ID":ID}, this.GetCreditDistrictByCity.getArguments().slice(1));
	},
	GetSubDistrictByDistrict: function(ID) {
		return this.invoke("GetSubDistrictByDistrict", {"ID":ID}, this.GetSubDistrictByDistrict.getArguments().slice(1));
	},
	GetKitchenForSearch: function(cityId, districtId, subDistrictId) {
		return this.invoke("GetKitchenForSearch", {"cityId":cityId, "districtId":districtId, "subDistrictId":subDistrictId}, this.GetKitchenForSearch.getArguments().slice(3));
	},
	GetRestaurantForSearch: function(cityId, districtId, subDistrictId, kitchenId) {
		return this.invoke("GetRestaurantForSearch", {"cityId":cityId, "districtId":districtId, "subDistrictId":subDistrictId, "kitchenId":kitchenId}, this.GetRestaurantForSearch.getArguments().slice(4));
	},
	GetAdvDistrictByCity: function(ID, AdvType) {
		return this.invoke("GetAdvDistrictByCity", {"ID":ID, "AdvType":AdvType}, this.GetAdvDistrictByCity.getArguments().slice(2));
	},
	GetAdvSelectedDistrictByCity: function(ID, AdvType) {
		return this.invoke("GetAdvSelectedDistrictByCity", {"ID":ID, "AdvType":AdvType}, this.GetAdvSelectedDistrictByCity.getArguments().slice(2));
	},
	AddAdvDistrict: function(districtId, AdvType) {
		return this.invoke("AddAdvDistrict", {"districtId":districtId, "AdvType":AdvType}, this.AddAdvDistrict.getArguments().slice(2));
	},
	RemoveAdvDistrict: function(districtId, AdvType) {
		return this.invoke("RemoveAdvDistrict", {"districtId":districtId, "AdvType":AdvType}, this.RemoveAdvDistrict.getArguments().slice(2));
	},
	GetPollResult: function(sPollId, sChoiceId) {
		return this.invoke("GetPollResult", {"sPollId":sPollId, "sChoiceId":sChoiceId}, this.GetPollResult.getArguments().slice(2));
	},
	CalculateTotalDay: function(startDate, endDate, id) {
		return this.invoke("CalculateTotalDay", {"startDate":startDate, "endDate":endDate, "id":id}, this.CalculateTotalDay.getArguments().slice(3));
	},
	CalculateTotalDayByAdvPlace: function(year, mounth, day, advPlaceId, type) {
		return this.invoke("CalculateTotalDayByAdvPlace", {"year":year, "mounth":mounth, "day":day, "advPlaceId":advPlaceId, "type":type}, this.CalculateTotalDayByAdvPlace.getArguments().slice(5));
	},
	url: '/ajaxpro/ArapSabunu,App_Code.lxyllht2.ashx'
}));
ArapSabunu = new ArapSabunu_class();

