clsUserPhotos_class = function() {};
Object.extend(clsUserPhotos_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLastName: function() {
		return this.invoke("GetLastName", {}, this.GetLastName.getArguments().slice(0));
	},
	url: '/ajaxpro/clsUserPhotos,App_Code.edn6vhng.ashx'
}));
clsUserPhotos = new clsUserPhotos_class();

