Example #1
0
 public IList <IPost> GetAllPosts()
 {
     return(_context.GetAllPosts());
 }
Example #2
0
 public IEnumerable <Post> PostOverview()
 {
     return(_context.GetAllPosts());
 }