public static ISpiel toSpiel(this ISitzung sitzung) { var spiel = new Spiel(sitzung.Auftraege.Select(x => x.toSchein()).ToArray()); spiel.Vorlage = spiel.Scheine[0]; return spiel; }
public static void delete() { var spiel = new Spiel { Vorlage = new Normalschein() }; CurrentSpiel = spiel; }