コード例 #1
0
 public System.Threading.Tasks.Task UpdateRoutePointAsync(Client.Service.RoutePoint routePoint)
 {
     return(base.Channel.UpdateRoutePointAsync(routePoint));
 }
コード例 #2
0
 public System.Threading.Tasks.Task <int> InsertRoutePointAsync(Client.Service.RoutePoint routePoint)
 {
     return(base.Channel.InsertRoutePointAsync(routePoint));
 }
コード例 #3
0
 public void UpdateRoutePoint(Client.Service.RoutePoint routePoint)
 {
     base.Channel.UpdateRoutePoint(routePoint);
 }
コード例 #4
0
 public int InsertRoutePoint(Client.Service.RoutePoint routePoint)
 {
     return(base.Channel.InsertRoutePoint(routePoint));
 }