UmbracoDynamics
Wednesday, 17 August 2016
email model
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace umbracoAssi_2.Models
{
public class Email
{
public string subject { get; set; }
public string body { get; set; }
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment