DotBased/DotBased.AspNet.Authority/Interfaces/IAuthorityRepository.cs
2024-12-21 15:30:17 +01:00

6 lines
95 B
C#

namespace DotBased.AspNet.Authority.Interfaces;
public interface IAuthorityRepository
{
}