Exemple #1
0
 public static Post CreatePost(Guid?groupId, Guid?authorId, string title, string text, string tagsString, bool isDraft, bool isExternal)
 {
     return(_current.CreatePost(groupId, authorId, title, text, tagsString, isDraft, isExternal));
 }