fix
This commit is contained in:
parent
d31998b8ef
commit
104fbe7e6d
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ namespace Femto.Api;
|
||||||
|
|
||||||
internal class CurrentUserContext : ICurrentUserContext
|
internal class CurrentUserContext : ICurrentUserContext
|
||||||
{
|
{
|
||||||
public CurrentUser? CurrentUser { get; }
|
public CurrentUser? CurrentUser { get; set; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue