mirror of
https://github.com/fergalmoran/deepsouthsounds.git
synced 2025-12-24 02:44:41 +00:00
7 lines
97 B
C#
7 lines
97 B
C#
namespace DSS.Api.Data.Models.Interfaces
|
|
{
|
|
public interface IUniqueFieldEntity
|
|
{
|
|
}
|
|
}
|