Deep Shallow copy moe nog gebeuren

This commit is contained in:
Beppe
2019-08-12 13:28:38 +02:00
parent e32405674a
commit fb078ec1d8
9 changed files with 137 additions and 101 deletions

View File

@@ -7,8 +7,8 @@ namespace Globals.Interfaces
public interface IGame
{
int Id { get; set; }
Ploeg home { get; set; }
Ploeg away { get; set; }
PloegInMatch home { get; set; }
PloegInMatch away { get; set; }
DateTime date { get; set; }
state getWinner();