AjaxTemplate_class = function() {};
Object.extend(AjaxTemplate_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddSaying: function(TemplateInfo_Id, SayingFrom, SayingContent) {
		return this.invoke("AddSaying", {"TemplateInfo_Id":TemplateInfo_Id, "SayingFrom":SayingFrom, "SayingContent":SayingContent}, this.AddSaying.getArguments().slice(3));
	},
	CreateDesign: function(TemplateInfo_Id) {
		return this.invoke("CreateDesign", {"TemplateInfo_Id":TemplateInfo_Id}, this.CreateDesign.getArguments().slice(1));
	},
	CreateShareInfo: function(DesignInfo_Id, TemplateInfo_Id, FriendName, FriendEmail, YourName, YourEmail, Subject, CustomMessage) {
		return this.invoke("CreateShareInfo", {"DesignInfo_Id":DesignInfo_Id, "TemplateInfo_Id":TemplateInfo_Id, "FriendName":FriendName, "FriendEmail":FriendEmail, "YourName":YourName, "YourEmail":YourEmail, "Subject":Subject, "CustomMessage":CustomMessage}, this.CreateShareInfo.getArguments().slice(8));
	},
	GetShareInfo_ID: function(DesignInfo_Id, TemplateInfo_Id) {
		return this.invoke("GetShareInfo_ID", {"DesignInfo_Id":DesignInfo_Id, "TemplateInfo_Id":TemplateInfo_Id}, this.GetShareInfo_ID.getArguments().slice(2));
	},
	SendEmailByShareInfoID: function(ShareInfo_Id) {
		return this.invoke("SendEmailByShareInfoID", {"ShareInfo_Id":ShareInfo_Id}, this.SendEmailByShareInfoID.getArguments().slice(1));
	},
	SubmitSuggestion: function(Suggestion, From) {
		return this.invoke("SubmitSuggestion", {"Suggestion":Suggestion, "From":From}, this.SubmitSuggestion.getArguments().slice(2));
	},
	SendToMySpace: function(UserName, Password, SectionCode, IsBulletin, BulletinSubject, IsAddComment, ProfileBody, BulletinBody, CommentBody) {
		return this.invoke("SendToMySpace", {"UserName":UserName, "Password":Password, "SectionCode":SectionCode, "IsBulletin":IsBulletin, "BulletinSubject":BulletinSubject, "IsAddComment":IsAddComment, "ProfileBody":ProfileBody, "BulletinBody":BulletinBody, "CommentBody":CommentBody}, this.SendToMySpace.getArguments().slice(9));
	},
	url: '/ajaxpro/AjaxTemplate,App_Code.ashx'
}));
AjaxTemplate = new AjaxTemplate_class();

