Beispiel #1
0
 private bool Update()
 {
     return(DBGeoZone.Update(
                this.guid,
                this.countryGuid,
                this.name,
                this.code));
 }