Models: Move IAddress from Helpers to Models
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
using Elwig.Models;
|
||||
using Elwig.Models.Dtos;
|
||||
using Elwig.Models.Entities;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Security;
|
||||
|
@ -1,9 +0,0 @@
|
||||
using Elwig.Models.Entities;
|
||||
|
||||
namespace Elwig.Helpers {
|
||||
public interface IAddress {
|
||||
string Name { get; }
|
||||
string Address { get; }
|
||||
PostalDest PostalDest { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user