Пример #1
0
 private void OnAddTranslation(CurrencyViewModel owner)
 {
     owner.Model.Translations.Add(new Translation {
         Source = owner.Model
     });
 }
Пример #2
0
 private void OnRemoveCurrency(CurrencyViewModel currency)
 {
     myLutService.CurrenciesLut.Currencies.Remove(currency.Model);
 }