예제 #1
0
 //VVV
 public ActionResult _GetRelationships(int fid)
 {
     return(PartialView(_treeService.GetRelatives(fid)));
 }