コード例 #1
0
 public ServiceHistory(IRepositoryHistory historyRepository)
 {
     _historyRepository = historyRepository;
 }
コード例 #2
0
 public HistoryService(IRepositoryHistory repositoryHistory)
 {
     _repositoryHistory = repositoryHistory;
 }