Example #1
0
 public void Update(Bagageband value)
 {
     VluchtVertrokkenVanuit = value.VluchtVertrokkenVanuit;
     AantalKoffers          = value.AantalKoffers;
     Naam = value.Naam;
 }
Example #2
0
 public BagagebandViewModel(Bagageband band)
 {
     Update(band);
 }