Example #1
0
 public DataLogService(IDataLogRepository repository)
 {
     _repository = repository;
 }
Example #2
0
 public DatabaseLogger(IDataLogRepository dataLogRepository)
 {
     this.dataLogRepository = dataLogRepository;
 }