Added code for Person / Address
This commit is contained in:
@ -9,10 +9,10 @@ namespace DataDomain
|
||||
public class Address
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Gata { get; set; }
|
||||
public string Gata2 { get; set; }
|
||||
public int PostNr { get; set; }
|
||||
public string PostOrt { get; set; }
|
||||
public string Street { get; set; }
|
||||
public string Street2 { get; set; }
|
||||
public int Zipcode { get; set; }
|
||||
public string Destination { get; set; }
|
||||
public string Nation { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user