7 lines
No EOL
202 B
C#
7 lines
No EOL
202 B
C#
namespace PhoenixLib.DAL.EFCore.PGSQL
|
|
{
|
|
public interface IGenericStringRepository<TEntity> : IGenericAsyncRepository<TEntity, string>
|
|
where TEntity : class, IStringKeyEntity, new()
|
|
{
|
|
}
|
|
} |