Пример #1
0
        protected string TicketNotificationHtmlEmailContent(TicketDesk.Domain.Models.TicketEventNotification notification, int firstUnsentCommentId)
        {
            var controller = new EmailTemplateController();

            return(controller.GenerateTicketNotificationHtmlEmailBody(notification, firstUnsentCommentId));
        }