DotBased/DotBased.AspNet.Authority/Repositories/IGroupRepository.cs
2024-12-30 15:40:52 +01:00

6 lines
122 B
C#

namespace DotBased.AspNet.Authority.Repositories;
public interface IGroupRepository<TGroup> where TGroup : class
{
}