if(typeof AutoDay == "undefined") AutoDay={};
if(typeof AutoDay.WebService == "undefined") AutoDay.WebService={};
if(typeof AutoDay.WebService.Manage == "undefined") AutoDay.WebService.Manage={};
if(typeof AutoDay.WebService.Manage.Content == "undefined") AutoDay.WebService.Manage.Content={};
if(typeof AutoDay.WebService.Manage.Content.Content_Add == "undefined") AutoDay.WebService.Manage.Content.Content_Add={};
AutoDay.WebService.Manage.Content.Content_Add_class = function() {};
Object.extend(AutoDay.WebService.Manage.Content.Content_Add_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSeriesByBrandId: function(brandId) {
		return this.invoke("GetSeriesByBrandId", {"brandId":brandId}, this.GetSeriesByBrandId.getArguments().slice(1));
	},
	GetAutoBySeriesId: function(SeriesId) {
		return this.invoke("GetAutoBySeriesId", {"SeriesId":SeriesId}, this.GetAutoBySeriesId.getArguments().slice(1));
	},
	GetBrandByCountry: function(country) {
		return this.invoke("GetBrandByCountry", {"country":country}, this.GetBrandByCountry.getArguments().slice(1));
	},
	CheckSeriesID: function(brandID, seriesLike) {
		return this.invoke("CheckSeriesID", {"brandID":brandID, "seriesLike":seriesLike}, this.CheckSeriesID.getArguments().slice(2));
	},
	GetBrandByCountryOfBrand: function(country) {
		return this.invoke("GetBrandByCountryOfBrand", {"country":country}, this.GetBrandByCountryOfBrand.getArguments().slice(1));
	},
	url: '/ajaxpro/AutoDay.WebService.Manage.Content.Content_Add,autodaycar.WebService.ashx'
}));
AutoDay.WebService.Manage.Content.Content_Add = new AutoDay.WebService.Manage.Content.Content_Add_class();

