DotBased/DotBased.AspNet.Authority/Repositories/IGroupRepository.cs
2025-01-27 01:21:09 +01:00

6 lines
93 B
C#
Executable File

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