コード例 #1
0
 public CacheRepository(IShawnRepository repository)
 {
     _repository = repository;
 }
コード例 #2
0
 public MyShawnController(IShawnRepository repository)
 {
     throw new NullReferenceException();
     _repository = repository;
 }