Ejemplo n.º 1
0
        public virtual NotificationTemplateBuilder Add()
        {
            NotificationTemplateSettings item = new NotificationTemplateSettings();

            container.Templates.Add(item);

            return new NotificationTemplateBuilder(item, viewContext);
        }
Ejemplo n.º 2
0
        public virtual NotificationTemplateBuilder Add()
        {
            NotificationTemplateSettings item = new NotificationTemplateSettings();

            container.Templates.Add(item);

            return(new NotificationTemplateBuilder(item, viewContext));
        }
Ejemplo n.º 3
0
 public NotificationTemplateBuilder(NotificationTemplateSettings templateSettings, ViewContext viewContext)
 {
     this.templateSettings = templateSettings;
     this.viewContext = viewContext;
 }
Ejemplo n.º 4
0
 public NotificationTemplateBuilder(NotificationTemplateSettings templateSettings, ViewContext viewContext)
 {
     this.templateSettings = templateSettings;
     this.viewContext      = viewContext;
 }