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