public PartidaViewModel(Partida partida) : this() { _servico = new PartidaDataService(); EntidadeAtual = partida; }
public PartidaViewModel() { _servico = new PartidaDataService(); Partidas = new ObservableCollection <Partida>(); CarregarLista(); }