6 lines
152 B
C#
6 lines
152 B
C#
namespace DotBased.AspNet.Authority.Repositories;
|
|
|
|
public interface IRoleRepository<TRole, TId> where TRole : class where TId : IEquatable<TId>
|
|
{
|
|
|
|
} |