示例#1
0
 public int UpdateRootMap(RootMapsModel Model)
 {
     return(_Ser.UpdateRootMap(Model));
 }
示例#2
0
 public int CreateRootMap(RootMapsModel Model)
 {
     return(_Ser.CreateRootMap(Model));
 }