Ejemplo n.º 1
0
 public AgainstTheShadowProductGroup()
     : base("Against the Shadow Cycle")
 {
     MainProduct = new HeirsOfNumenorProduct();
     AddProduct(new TheStewardsFearProduct());
     AddProduct(new TheDruadanForestProduct());
     AddProduct(new EncounterAtAmonDinProduct());
     AddProduct(new AssaultOnOsgiliathProduct());
     AddProduct(new TheBloodOfGondorProduct());
     AddProduct(new TheMorgulValeProduct());
 }
 public AgainstTheShadowProductGroup()
     : base("Against the Shadow Cycle")
 {
     MainProduct = new HeirsOfNumenorProduct();
     AddProduct(new TheStewardsFearProduct());
     AddProduct(new TheDruadanForestProduct());
     AddProduct(new EncounterAtAmonDinProduct());
     AddProduct(new AssaultOnOsgiliathProduct());
     AddProduct(new TheBloodOfGondorProduct());
     AddProduct(new TheMorgulValeProduct());
 }