示例#1
0
 private void SaveMessage(string body)
 {
     Services.ContentFormsService service = new ContentFormsService();
     Form.Data = new ContactFormData()
     {
         ContactFormId = Form.ContactFormUId, Data = body
     };
     service.SaveContactForm(Form);
 }
示例#2
0
 private void SaveMessage(string body)
 {
     Services.ContentFormsService service = new ContentFormsService();
     Form.Data = new ContactFormData() { ContactFormId = Form.ContactFormUId, Data = body };
     service.SaveContactForm(Form);
 }