示例#1
0
 internal override void CreateStory()
 {
     story = new Story("can lemons cure cancer?", "lemons cant cure cancer");
 }
示例#2
0
 internal override void CreateStory()
 {
     story = new Story("did the reachest man die?", "the reachest man died yesterday");
 }
示例#3
0
 internal override void CreateStory()
 {
     story = new Story("can we stop the corona virus from spreading?", "we can do it by wearing masks");
 }