DotBased/DotBased.AspNet.Authority/Repositories/IGroupRepository.cs

6 lines
93 B
C#

namespace DotBased.AspNet.Authority.Repositories;
public interface IGroupRepository
{
}