mirror of
https://github.com/fergalmoran/deepsouthsounds.git
synced 2025-12-22 09:52:27 +00:00
Initial
This commit is contained in:
11
dss-api/Data/Models/Interfaces/IEntity.cs
Normal file
11
dss-api/Data/Models/Interfaces/IEntity.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace DSS.Api.Data.Models.Interfaces
|
||||
{
|
||||
public interface IEntity
|
||||
{
|
||||
Guid Id { get; set; }
|
||||
DateTime CreateDate { get; set; }
|
||||
DateTime UpdateDate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user