in order to use EF7 commands
This commit is contained in:
8
Yavsc/Interfaces/ILocation.cs
Normal file
8
Yavsc/Interfaces/ILocation.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Yavsc.Interfaces
|
||||
{
|
||||
public interface ILocation
|
||||
{
|
||||
string Address { get; set; }
|
||||
long Id { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user