public RecordsThemesController(IRecordsThemesService recordsThemesService)
 {
     _recordsThemesService = recordsThemesService;
 }
Exemple #2
0
 public RecordsController(IRecordsService recordService, IAppSettingsService appSettingsService, IRecordsThemesService recordsThemesService)
 {
     _recordService        = recordService;
     _appSettingsService   = appSettingsService;
     _recordsThemesService = recordsThemesService;
 }