Beispiel #1
0
        public ActionResult Typed()
        {
            var email = new TypedTemplate();
            email.Date = DateTime.UtcNow.ToString();

            return new TemplateViewResult(email);
        }
Beispiel #2
0
        public ActionResult Typed()
        {
            var email = new TypedTemplate();

            email.Date = DateTime.UtcNow.ToString();

            return(new TemplateViewResult(email));
        }