Example #1
0
 public bool SaveRouteSystem(Route route, bool edit, long UTCTime)
 {
     return(IO_AGVMapService.SaveRouteBLL(route, edit, UTCTime));
 }