Пример #1
0
 public static void Sing(ISingable thingThatSings)
 {
     thingThatSings.MakeSound();
 }