Reimplementing Authorization system
This commit is contained in:
6
DotBased.ASP.Authentication/Providers/IStateProvider.cs
Normal file
6
DotBased.ASP.Authentication/Providers/IStateProvider.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace DotBased.ASP.Authentication.Providers;
|
||||
|
||||
public interface IStateProvider
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user