IAddress: Add IAddress
This commit is contained in:
9
Elwig/Helpers/IAddress.cs
Normal file
9
Elwig/Helpers/IAddress.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using Elwig.Models;
|
||||
|
||||
namespace Elwig.Helpers {
|
||||
public interface IAddress {
|
||||
string Name { get; }
|
||||
string Address { get; }
|
||||
PostalDest PostalDest { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user