Add project files.
This commit is contained in:
11
LoadStockDbFromTrans/models/Address.cs
Normal file
11
LoadStockDbFromTrans/models/Address.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace LoadStockDbFromTrans.models;
|
||||
|
||||
public class Address
|
||||
{
|
||||
public int Id { 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