7 lines
No EOL
130 B
C#
7 lines
No EOL
130 B
C#
namespace PhoenixLib.DAL.EFCore.PGSQL
|
|
{
|
|
public interface IStringKeyEntity
|
|
{
|
|
public string Id { get; set; }
|
|
}
|
|
} |