if(typeof Iskur == "undefined") Iskur={};
if(typeof Iskur.Shared == "undefined") Iskur.Shared={};
if(typeof Iskur.Shared.Web == "undefined") Iskur.Shared.Web={};
if(typeof Iskur.Shared.Web.Controls == "undefined") Iskur.Shared.Web.Controls={};
if(typeof Iskur.Shared.Web.Controls.Browse == "undefined") Iskur.Shared.Web.Controls.Browse={};
if(typeof Iskur.Shared.Web.Controls.Browse.IskurAddressBrowser == "undefined") Iskur.Shared.Web.Controls.Browse.IskurAddressBrowser={};
Iskur.Shared.Web.Controls.Browse.IskurAddressBrowser_class = function() {};
Object.extend(Iskur.Shared.Web.Controls.Browse.IskurAddressBrowser_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FetchTowns: function(prmIlKayitNo) {
		return this.invoke("FetchTowns", {"prmIlKayitNo":prmIlKayitNo}, this.FetchTowns.getArguments().slice(1));
	},
	FetchAll: function() {
		return this.invoke("FetchAll", {}, this.FetchAll.getArguments().slice(0));
	},
	url: '/ajaxpro/Iskur.Shared.Web.Controls.Browse.IskurAddressBrowser,Iskur.Shared.ashx'
}));
Iskur.Shared.Web.Controls.Browse.IskurAddressBrowser = new Iskur.Shared.Web.Controls.Browse.IskurAddressBrowser_class();

