示例#1
0
        public bool HadInstallGPS(Guid vehicleCode)
        {
            IGPSInstallationManager img = new GPSInstallationManager();

            return img.IsInstalled(vehicleCode);
        }