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.IskurPersonBrowser == "undefined") Iskur.Shared.Web.Controls.Browse.IskurPersonBrowser={};
Iskur.Shared.Web.Controls.Browse.IskurPersonBrowser_class = function() {};
Object.extend(Iskur.Shared.Web.Controls.Browse.IskurPersonBrowser_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FetchDetailsNoValidation: function(tcKimlikNo) {
		return this.invoke("FetchDetailsNoValidation", {"tcKimlikNo":tcKimlikNo}, this.FetchDetailsNoValidation.getArguments().slice(1));
	},
	FetchDetailsValidateNameAndSurname: function(tcKimlikNo, name, surname) {
		return this.invoke("FetchDetailsValidateNameAndSurname", {"tcKimlikNo":tcKimlikNo, "name":name, "surname":surname}, this.FetchDetailsValidateNameAndSurname.getArguments().slice(3));
	},
	url: '/ajaxpro/Iskur.Shared.Web.Controls.Browse.IskurPersonBrowser,Iskur.Shared.ashx'
}));
Iskur.Shared.Web.Controls.Browse.IskurPersonBrowser = new Iskur.Shared.Web.Controls.Browse.IskurPersonBrowser_class();

