Exemple #1
0
 public DogController(IDogOperation operation)
 {
     _operation = operation;
 }
Exemple #2
0
 public DogController()
 {
     _operation = new DogOperation();
 }