static void Main(string[] args) { var owl = new SuperOwl(); owl.IntegrateGlobe(new SpaceOne.Globe()); owl.IntegrateGlobe(new SpaceTwo.Globe()); Console.WriteLine(owl.GetGLobeColors()); }
static void Main(string[] args) { var mapper = new Lib3::AutoMapper.Mapper( // <-- This line should pass new Lib3::AutoMapper.MapperConfiguration( // <-- This line should pass cfg => { })); // <-- This line should pass var owl = new SuperOwl(); owl.IntegrateGlobe(new SpaceOne.Globe()); owl.IntegrateGlobe(new SpaceTwo.Globe()); Console.WriteLine(owl.GetGLobeColors()); }