mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-30 04:22:42 +00:00
yup
This commit is contained in:
14
Online Gokkantoor/Globals/Interfaces/IPerson.cs
Normal file
14
Online Gokkantoor/Globals/Interfaces/IPerson.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
namespace Globals.Interfaces
|
||||
{
|
||||
public interface IPerson
|
||||
{
|
||||
int Id { get; set; }
|
||||
string name { get; set; }
|
||||
string lastname { get; set; }
|
||||
string adress { get; set; }
|
||||
string gsm { get; set; }
|
||||
double balance { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user