Exemple #1
0
 public PricesViewModel()
 {
     ShopService   = ShopService.Instance;
     AddPriceGroup = ReactiveCommand.CreateFromTask(AddPriceGroupImpl);
 }