fix
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace MyOffice.Services.Identity;
|
||||
|
||||
using Data.Models.Users;
|
||||
|
||||
public interface IContextProvider
|
||||
{
|
||||
User User { get; }
|
||||
Guid UserId { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user