if(typeof Communicar == "undefined") Communicar={};
if(typeof Communicar.Web == "undefined") Communicar.Web={};
if(typeof Communicar.Web.diagrameMontaj == "undefined") Communicar.Web.diagrameMontaj={};
Communicar.Web.diagrameMontaj_class = function() {};
Object.extend(Communicar.Web.diagrameMontaj_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetModels: function(BrandID) {
		return this.invoke("GetModels", {"BrandID":BrandID}, this.GetModels.getArguments().slice(1));
	},
	url: '/ajaxpro/Communicar.Web.diagrameMontaj,App_Web_ne_6bj5-.ashx'
}));
Communicar.Web.diagrameMontaj = new Communicar.Web.diagrameMontaj_class();


