Exemple #1
0
 public Task EditPostContent(int id, string newContent)
 {
     return(_postDal.EditPostContent(id, newContent));
 }