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:
23
Online Gokkantoor/ClassLibrary1/Persoon.cs
Normal file
23
Online Gokkantoor/ClassLibrary1/Persoon.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static Logic.General;
|
||||
|
||||
namespace Logic
|
||||
{
|
||||
public class Persoon
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public string Voornaam { get; set; }
|
||||
public string Naam { get; set; }
|
||||
public string Adres { get; set; }
|
||||
public string Gsm { get; set; }
|
||||
public double Balans { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user