コード例 #1
0
 public int Add(Node node)
 {
     return(inodeServices.Add(node));
 }