Exemple #1
0
 public void CreatePost(string e)
 {
     _postDal.CreatePostAsync(e);
 }