:drunk: Write shit code trying to split up the Auth (WIP)
This commit is contained in:
6
DysonNetwork.Common/Interfaces/IIdentifiedResource.cs
Normal file
6
DysonNetwork.Common/Interfaces/IIdentifiedResource.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace DysonNetwork.Common.Interfaces;
|
||||
|
||||
public interface IIdentifiedResource
|
||||
{
|
||||
public string ResourceIdentifier { get; }
|
||||
}
|
Reference in New Issue
Block a user