if(typeof StklArtikel == "undefined") StklArtikel={};
StklArtikel_class = function() {};
Object.extend(StklArtikel_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Create: function() {
		return this.invoke("Create", {}, this.Create.getArguments().slice(0));
	},
	url: '/IPROSVC/ajaxpro/StklArtikel,App_Code.ashx'
}));
StklArtikel = new StklArtikel_class();


