Example #1
0
 public void DependsOn(ISecondryProduct product)
 {
     Console.WriteLine(GetName() + " depends on " + product.GetName());
 }