mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-29 20:12:40 +00:00
voila
This commit is contained in:
19
Blok2 Online Gokkantoor/ClassLibrary1/Keuze.cs
Normal file
19
Blok2 Online Gokkantoor/ClassLibrary1/Keuze.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static Logic.General;
|
||||
|
||||
namespace Logic
|
||||
{
|
||||
public class Keuze
|
||||
{
|
||||
|
||||
public int Match_ID { get; set; }
|
||||
public int Speler_ID { get; set; }
|
||||
public double Inzet { get; set; }
|
||||
public Gokken Gok { get; set; } // thuis uit of gelijk
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user