Esempio n. 1
0
 public CreditCardViewModel()
 {
     Cards = new ObservableCollection <Card>(FakeService.GetAllCards());
 }