Пример #1
0
 private void OnRemoveCity(City city)
 {
     Store.Dispatch(StoreAction.NewCityRemoved(city));
 }