Exemplo n.º 1
0
 public System.Threading.Tasks.Task UpdateRoutePointAsync(Client.Service.RoutePoint routePoint)
 {
     return(base.Channel.UpdateRoutePointAsync(routePoint));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <int> InsertRoutePointAsync(Client.Service.RoutePoint routePoint)
 {
     return(base.Channel.InsertRoutePointAsync(routePoint));
 }
Exemplo n.º 3
0
 public void UpdateRoutePoint(Client.Service.RoutePoint routePoint)
 {
     base.Channel.UpdateRoutePoint(routePoint);
 }
Exemplo n.º 4
0
 public int InsertRoutePoint(Client.Service.RoutePoint routePoint)
 {
     return(base.Channel.InsertRoutePoint(routePoint));
 }