Exemplo n.º 1
0
 public void UpdateZone(ZoneModel model)
 {
     ZoneData.Update(model);
     OnPropertyChanged("ZoneData");
 }