Exemplo n.º 1
0
 public ServiceHistory(IRepositoryHistory historyRepository)
 {
     _historyRepository = historyRepository;
 }
Exemplo n.º 2
0
 public HistoryService(IRepositoryHistory repositoryHistory)
 {
     _repositoryHistory = repositoryHistory;
 }