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