Beispiel #1
0
 private void CheckAccessToPost(int postId)
 {
     PostService.CheckAccessToPost(postId);
 }