예제 #1
0
파일: Post.cs 프로젝트: codenesium/samples
 public void SetParentIdNavigation(Post item)
 {
     this.ParentIdNavigation = item;
 }