mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-30 12:32:43 +00:00
voila
This commit is contained in:
17
Online Gokkantoor/DataLaag/Interfaces/IFKeuze.cs
Normal file
17
Online Gokkantoor/DataLaag/Interfaces/IFKeuze.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static DataLaag.Enums;
|
||||
|
||||
namespace DataLaag.Interfaces
|
||||
{
|
||||
public interface IFKeuze
|
||||
{
|
||||
int match_ID { get; set; }
|
||||
int speler_ID { get; set; }
|
||||
double inzet { get; set; }
|
||||
Gokken gok { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user