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