Beispiel #1
0
 public string ExecuteVoiceCommand(IAnimal animal)
 {
     return(animal.Cry());
 }