Add a cache system on the referential info
+ Add an identity service
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using skydiveLogs_api.Domain;
|
||||
|
||||
namespace skydiveLogs_api.DomainBusiness.Interfaces
|
||||
{
|
||||
public interface IIdentityService
|
||||
{
|
||||
User ConnectedUser { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user