Beispiel #1
0
 protected BaseRepository(IConfiguration configuration, StatisticsApp.Services.ILogger logger)
 {
     _configuration = configuration;
     _logger        = logger;
 }
Beispiel #2
0
 public StatisticController(IRoomImageInfoService roomImageInfoService, ILogger logger)
 {
     _roomImageInfoService = roomImageInfoService;
     _logger = logger;
 }