Example #1
0
 /// <summary>
 /// Method to get the stories by stars Id
 /// </summary>
 /// <param name="starsId"></param>
 /// <returns></returns>
 public List <StoryModel> getStoriesByStarsId(string starsId)
 {
     //  StoryRepository _story = new StoryRepository();
     return(_story.getStoriesByStarsId(starsId));
 }