Ejemplo n.º 1
0
 public void Recommend(IShow show, string friend)
 {
     show.Recommend(this, friend);
 }