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