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

6 lines
97 B
C#
Executable File

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