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