public PopInformationController(IPopInformationService popInformationService)
 {
     _popInformationService = popInformationService;
 }
Beispiel #2
0
 public PopInformationController(IPopInformationService popInformationService)
 {
     _popInformationService = popInformationService;
 }
 public PopDashboardController(IPopDashboardService popDashboardService, IPopInformationService popInformationService, IDropdownService dropdownService)
 {
     _popDashboardService = popDashboardService;
     _popInformationService = popInformationService;
     _dropdownService = dropdownService;
 }
 public PopDashboardController(IPopDashboardService popDashboardService, IPopInformationService popInformationService, IDropdownService dropdownService)
 {
     _popDashboardService   = popDashboardService;
     _popInformationService = popInformationService;
     _dropdownService       = dropdownService;
 }