Exemple #1
0
 public override bool DoNothing(IAnimal animal)
 {
     return(animal.DoNothing());
 }