addNamespace("WGvb");
WGvb_class = function() {};
Object.extend(WGvb_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetBrands: function(Lang) {
		return this.invoke("GetBrands", {"Lang":Lang}, this.GetBrands.getArguments().slice(1));
	},
	GetStations: function(MinLong, MaxLong, MinLat, MaxLat) {
		return this.invoke("GetStations", {"MinLong":MinLong, "MaxLong":MaxLong, "MinLat":MinLat, "MaxLat":MaxLat}, this.GetStations.getArguments().slice(4));
	},
	SubmitPrice: function(StationIDX, FuelIDX, strPrice, UserIDX) {
		return this.invoke("SubmitPrice", {"StationIDX":StationIDX, "FuelIDX":FuelIDX, "strPrice":strPrice, "UserIDX":UserIDX}, this.SubmitPrice.getArguments().slice(4));
	},
	AddStation: function(BrandIDX, StationName, StationPhone, StationLat, StationLong, StationFeatures, StationAddress, StationPostcode, CountryCode, UserIDX) {
		return this.invoke("AddStation", {"BrandIDX":BrandIDX, "StationName":StationName, "StationPhone":StationPhone, "StationLat":StationLat, "StationLong":StationLong, "StationFeatures":StationFeatures, "StationAddress":StationAddress, "StationPostcode":StationPostcode, "CountryCode":CountryCode, "UserIDX":UserIDX}, this.AddStation.getArguments().slice(10));
	},
	EditStation: function(BrandIDX, StationName, StationPhone, StationLat, StationLong, StationFeatures, StationAddress, StationPostcode, CountryCode, UserIDX, StationIDX) {
		return this.invoke("EditStation", {"BrandIDX":BrandIDX, "StationName":StationName, "StationPhone":StationPhone, "StationLat":StationLat, "StationLong":StationLong, "StationFeatures":StationFeatures, "StationAddress":StationAddress, "StationPostcode":StationPostcode, "CountryCode":CountryCode, "UserIDX":UserIDX, "StationIDX":StationIDX}, this.EditStation.getArguments().slice(11));
	},
	DeleteStation: function(StationIDX, UserIDX) {
		return this.invoke("DeleteStation", {"StationIDX":StationIDX, "UserIDX":UserIDX}, this.DeleteStation.getArguments().slice(2));
	},
	url: '/ajaxpro/WGvb,App_Web_masterpublic.aspx.cdcab7d2.qkbp96ic.ashx'
}));
WGvb = new WGvb_class();

