Ejemplo n.º 1
0
 public MainController(IBannerService bannerService, IWhatsNewService whatsnewService, IStructuredService structuredService, IGearedService gearedService)
 {
     this.bannerService     = bannerService;
     this.whatsnewService   = whatsnewService;
     this.structuredService = structuredService;
     this.gearedService     = gearedService;
 }
Ejemplo n.º 2
0
 public WhatsNewController(IWhatsNewService whatsNewService, IConfigurationManager configManager) : base(configManager)
 {
     _whatsNewService = whatsNewService;
 }