mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-02-23 15:15:01 +01:00
6 lines
95 B
C#
6 lines
95 B
C#
|
namespace DotBased.AspNet.Authority.Interfaces;
|
||
|
|
||
|
public interface IAuthorityRepository
|
||
|
{
|
||
|
|
||
|
}
|