Exemplo n.º 1
0
 private void LeesSnelkeuzes()
 {
     Snelkeuzes = new ObservableCollection <Product>(productDataService.GetSnelkeuzes());
 }