예제 #1
0
        public void Story3Case()
        {
            //http://www.bangkokpost.com/learning/learning-together/278662/k-pop-groupie-has-his-ticket
            //“The Korean pop group Girls’ Generation poses on the red carpet at the MNET Asian Music Awards ceremony in Singapore last November.”

            WorldTime.LastNovember(new Korean().GetPopulationByName <GirlsGeneration>("Girls’ Generation").Poses().On(new Carpet {
                Color = "Red"
            }).At(new MNETAsianMusicAwards()).In(new Singapore()));
        }