public ContentMenuController(IContentMenuCommandService contentMenuCommandService, IContentMenuReportService contentMenuReportService)
 {
   _contentMenuReportService = contentMenuReportService;
   _contentMenuCommandService = contentMenuCommandService;
 }
Esempio n. 2
0
 public ContentMenuController(IContentMenuCommandService contentMenuCommandService, IContentMenuReportService contentMenuReportService)
 {
     _contentMenuReportService  = contentMenuReportService;
     _contentMenuCommandService = contentMenuCommandService;
 }