clean up a bit
This commit is contained in:
@@ -13,6 +13,7 @@ namespace Apollon.WPF.ViewModels
|
||||
public Tournament Tournament { get;}
|
||||
|
||||
public string Tournamentname => Tournament.Tournamentname;
|
||||
public string Location => Tournament.Location;
|
||||
public ICommand DeleteCommand { get; }
|
||||
|
||||
public OverviewListingItemViewModel(Tournament tournament)
|
||||
|
||||
Reference in New Issue
Block a user