Exemple #1
0
 public IEnumerable <Post> GetLastestPosts(int nPosts)
 {
     return(_postDal.GetLastestPosts(nPosts));
 }