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