Ejemplo n.º 1
0
 public RecordsThemesController(IRecordsThemesService recordsThemesService)
 {
     _recordsThemesService = recordsThemesService;
 }
Ejemplo n.º 2
0
 public RecordsController(IRecordsService recordService, IAppSettingsService appSettingsService, IRecordsThemesService recordsThemesService)
 {
     _recordService        = recordService;
     _appSettingsService   = appSettingsService;
     _recordsThemesService = recordsThemesService;
 }