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