コード例 #1
0
 public SermonService(ISermonRepository sermonRepository)
 {
     this.sermonRepository = sermonRepository;
 }
コード例 #2
0
 public SermonCacheRepository(ISermonRepository repository)
 {
     _repository = repository;
 }