DotBased/DotBased.AspNet.Authority/Interfaces/IAttributeRepository.cs

6 lines
95 B
C#
Raw Normal View History

2024-12-21 15:30:17 +01:00
namespace DotBased.AspNet.Authority.Interfaces;
public interface IAttributeRepository
{
}