Exemple #1
0
 public bool AddTagToPost(Post post, string tag)
 {
     return(_context.AddTagToPost(post, tag));
 }