Exemple #1
0
 public ZiZhuJY.Web.UI.ZiZhuJYLocationService.GeoCoordinate GetLatestGeoCoordinateByDevice(ZiZhuJY.Web.UI.ZiZhuJYLocationService.Device device)
 {
     return(base.Channel.GetLatestGeoCoordinateByDevice(device));
 }
Exemple #2
0
 public ZiZhuJY.Web.UI.ZiZhuJYLocationService.GeoCoordinate GetLatestGeoCoordinateByUserNameAndDevice(string userName, ZiZhuJY.Web.UI.ZiZhuJYLocationService.Device device)
 {
     return(base.Channel.GetLatestGeoCoordinateByUserNameAndDevice(userName, device));
 }
Exemple #3
0
 public void UpdateGeoCoordinate(ZiZhuJY.Web.UI.ZiZhuJYLocationService.Device device, ZiZhuJY.Web.UI.ZiZhuJYLocationService.GeoCoordinate geoCoor)
 {
     base.Channel.UpdateGeoCoordinate(device, geoCoor);
 }