generated from ricardo/MVCLogin
9 lines
256 B
C#
9 lines
256 B
C#
namespace DIC.Test.Data.Contracts
|
|
{
|
|
public interface IRepoReadOnly<T, TId> : IRepoQuery<T, TId>
|
|
where T : class
|
|
where TId : struct
|
|
{
|
|
}
|
|
}
|