Пример #1
0
 public static string Display(IDog dog)
 {
     return(dog.GetBreedName());
 }