Add Tournament in Result DTO
Add a SpreadSheet for result + Fixes
This commit is contained in:
@@ -31,5 +31,6 @@ namespace LaDOSE.DTO
|
||||
public int GameId { get; set; }
|
||||
public string Player { get; set; }
|
||||
public int Point { get; set; }
|
||||
public int TournamendId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user