예제 #1
0
 public CoreWidgetApiController
 (
     HtmlDbContext htmlDbContext,
     AlertService alertService,
     TitleService titleService,
     RawHtmlService rawHtmlService,
     ImageService imageService,
     IconService iconService,
     HeroService heroService,
     LightboxService lightboxService,
     ContactFormService contactFormService
 )
 {
     _htmlDbContext      = htmlDbContext;
     _alertService       = alertService;
     _titleService       = titleService;
     _rawHtmlService     = rawHtmlService;
     _imageService       = imageService;
     _iconService        = iconService;
     _heroService        = heroService;
     _lightboxService    = lightboxService;
     _contactFormService = contactFormService;
 }
예제 #2
0
 public RawHtmlForm(RawHtmlService rawHtmlService)
 {
     _rawHtmlService = rawHtmlService;
 }