DotBased/DotBased.ASP.Authentication/Repositories/RepositoryBase.cs
2024-12-01 03:13:55 +01:00

6 lines
203 B
C#

namespace DotBased.ASP.Authentication.Repositories;
public abstract class RepositoryBase : IAuthenticationRepository, IAttributeRepository, IGroupRepository, ISessionRepository, IUserRepository
{
}