Ejemplo n.º 1
0
 public int Insert(部门 obj)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public int Update(部门 obj)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public 机构 FindParent(部门 child)
 {
     throw new NotImplementedException();
 }