6 lines
203 B
C#
6 lines
203 B
C#
namespace DotBased.ASP.Authentication.Repositories;
|
|
|
|
public abstract class RepositoryBase : IAuthenticationRepository, IAttributeRepository, IGroupRepository, ISessionRepository, IUserRepository
|
|
{
|
|
|
|
} |