if(typeof TracyRedhead == "undefined") TracyRedhead={};
if(typeof TracyRedhead.bo == "undefined") TracyRedhead.bo={};
TracyRedhead.bo.boRecipiesPage_class = function() {};
Object.extend(TracyRedhead.bo.boRecipiesPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRecipiesPage: function() {
		return this.invoke("GetRecipiesPage", {}, this.GetRecipiesPage.getArguments().slice(0));
	},
	InsertRecipiesPage: function(ScreenText) {
		return this.invoke("InsertRecipiesPage", {"ScreenText":ScreenText}, this.InsertRecipiesPage.getArguments().slice(1));
	},
	UpdateRecipiesPage: function(ScreenText) {
		return this.invoke("UpdateRecipiesPage", {"ScreenText":ScreenText}, this.UpdateRecipiesPage.getArguments().slice(1));
	},
	DeleteRecipiesPage: function() {
		return this.invoke("DeleteRecipiesPage", {}, this.DeleteRecipiesPage.getArguments().slice(0));
	},
	url: '/ajaxpro/TracyRedhead.bo.boRecipiesPage,TracyRedhead.ashx'
}));
TracyRedhead.bo.boRecipiesPage = new TracyRedhead.bo.boRecipiesPage_class();

