Exemplo n.º 1
0
 public DataLogService(IDataLogRepository repository)
 {
     _repository = repository;
 }
Exemplo n.º 2
0
 public DatabaseLogger(IDataLogRepository dataLogRepository)
 {
     this.dataLogRepository = dataLogRepository;
 }