IAddress: Add IAddress

This commit is contained in:
2023-09-07 13:49:56 +02:00
parent f9d95a48f2
commit de53bfdd2b
3 changed files with 12 additions and 2 deletions

View File

@ -7,7 +7,7 @@ using System.Linq;
namespace Elwig.Models {
[Table("member"), PrimaryKey("MgNr")]
public class Member {
public class Member : IAddress {
[Column("mgnr")]
public int MgNr { get; set; }