This commit is contained in:
8
server/models/dto/AddressRecord.cs
Normal file
8
server/models/dto/AddressRecord.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
namespace Sockeye.Models
|
||||
{
|
||||
//physical
|
||||
public record AddressRecord(string Name, string Address, string City, string Region, string Country, string AddressPostal, decimal? Latitude, decimal? Longitude);
|
||||
//postal
|
||||
public record PostalAddressRecord(string Name, string PostAddress, string PostCity, string PostRegion, string PostCountry, string PostCode);
|
||||
}
|
||||
Reference in New Issue
Block a user