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