コード例 #1
0
ファイル: FileService.cs プロジェクト: reslea/EduKeeper
 private void CheckAccessToPost(int postId)
 {
     PostService.CheckAccessToPost(postId);
 }