mirror of
https://github.com/fergalmoran/deepsouthsounds.git
synced 2026-01-06 09:07:29 +00:00
Initial
This commit is contained in:
7
dss-api/Data/Models/Interfaces/ISluggedEntity.cs
Normal file
7
dss-api/Data/Models/Interfaces/ISluggedEntity.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace DSS.Api.Data.Models.Interfaces
|
||||
{
|
||||
public interface ISluggedEntity : IUniqueFieldEntity
|
||||
{
|
||||
string Slug { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user