if(typeof TracyRedhead == "undefined") TracyRedhead={};
if(typeof TracyRedhead.bo == "undefined") TracyRedhead.bo={};
TracyRedhead.bo.boPhotosPage_class = function() {};
Object.extend(TracyRedhead.bo.boPhotosPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPhotosPage: function() {
		return this.invoke("GetPhotosPage", {}, this.GetPhotosPage.getArguments().slice(0));
	},
	InsertPhotosPage: function(ScreenText) {
		return this.invoke("InsertPhotosPage", {"ScreenText":ScreenText}, this.InsertPhotosPage.getArguments().slice(1));
	},
	UpdatePhotosPage: function(ScreenText) {
		return this.invoke("UpdatePhotosPage", {"ScreenText":ScreenText}, this.UpdatePhotosPage.getArguments().slice(1));
	},
	DeletePhotosPage: function() {
		return this.invoke("DeletePhotosPage", {}, this.DeletePhotosPage.getArguments().slice(0));
	},
	url: '/ajaxpro/TracyRedhead.bo.boPhotosPage,TracyRedhead.ashx'
}));
TracyRedhead.bo.boPhotosPage = new TracyRedhead.bo.boPhotosPage_class();

