Example #1
0
 public ActionResult <IEnumerable <Post> > GetLatestPost()
 {
     return(repositoryData.GetLatestPost().ToList());
 }