public IList <IPost> GetAllPosts() { return(_context.GetAllPosts()); }
public IEnumerable <Post> PostOverview() { return(_context.GetAllPosts()); }