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

6 lines
93 B
C#
Raw Permalink Normal View History

2024-12-25 22:50:04 +01:00
namespace DotBased.AspNet.Authority.Repositories;
public interface IGroupRepository
2024-12-25 22:50:04 +01:00
{
}