Beispiel #1
0
 public int Add(Domain.Entities.Post.Post post)
 {
     return(postWriteOnlyRepository.Add(post));
 }