Example #1
0
 public List <Domain.Entities.Post.Post> GetAll()
 {
     return(postReadOnlyRepository.GetAll());
 }