Beispiel #1
0
 public int Insert(部门 obj)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public int Update(部门 obj)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public 机构 FindParent(部门 child)
 {
     throw new NotImplementedException();
 }