예제 #1
0
 /// <summary>
 /// Method to get all the stories with Status final
 /// </summary>
 /// <returns></returns>
 public List <StoryModel> getAllStories()
 {
     //  StoryRepository _story = new StoryRepository();
     return(_story.getAllStories());
 }