Example #1
0
 public Domain.Entities.Post.Post GetById(Guid id)
 {
     return(postReadOnlyRepository.GetById(id));
 }