Exemplo n.º 1
0
 private void GetPayments()
 {
     Payments = new BindableCollection <PaymentModel>(_paymentData.GetPayments(SelectedClient.Id));
 }