Exemplo n.º 1
0
 public int UpdateRootMap(RootMapsModel Model)
 {
     return(_Ser.UpdateRootMap(Model));
 }
Exemplo n.º 2
0
 public int CreateRootMap(RootMapsModel Model)
 {
     return(_Ser.CreateRootMap(Model));
 }