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:
18
Online Gokkantoor/DataLaag/Interfaces/IFPersoon.cs
Normal file
18
Online Gokkantoor/DataLaag/Interfaces/IFPersoon.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DataLaag.Interfaces
|
||||
{
|
||||
public interface IFPersoon
|
||||
{
|
||||
int persoon_ID { get; set; }
|
||||
string voorNaam { get; set; }
|
||||
string naam { get; set; }
|
||||
string adres { get; set; }
|
||||
string gsm { get; set; }
|
||||
double balans { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user