Example #1
0
 public AController(ICatFactRepository thing)
 {
     Thing = thing;
 }
Example #2
0
 public CatFactController(ICatFactRepository repository)
 {
     _repository = repository;
 }