Exemple #1
0
 public void AddPost(Post post)
 {
     _postDal.Insert(post);
 }