wip
This commit is contained in:
parent
0dc41337da
commit
14fd359ea8
28 changed files with 156 additions and 52 deletions
8
Femto.Api/CurrentUserContext.cs
Normal file
8
Femto.Api/CurrentUserContext.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using Femto.Common;
|
||||
|
||||
namespace Femto.Api;
|
||||
|
||||
internal class CurrentUserContext : ICurrentUserContext
|
||||
{
|
||||
public CurrentUser? CurrentUser { get; set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue