files tree made better.
This commit is contained in:
11
src/Yavsc.Abstract/Identity/Security/ICircleAuthorized.cs
Normal file
11
src/Yavsc.Abstract/Identity/Security/ICircleAuthorized.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace Yavsc.Abstract.Identity.Security
|
||||
{
|
||||
public interface ICircleAuthorized
|
||||
{
|
||||
long Id { get; set; }
|
||||
string GetOwnerId ();
|
||||
bool AuthorizeCircle(long circleId);
|
||||
ICircleAuthorization [] GetACL();
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user