wip
This commit is contained in:
parent
0dc41337da
commit
14fd359ea8
28 changed files with 156 additions and 52 deletions
8
Femto.Common/ICurrentUserContext.cs
Normal file
8
Femto.Common/ICurrentUserContext.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Femto.Common;
|
||||
|
||||
public interface ICurrentUserContext
|
||||
{
|
||||
CurrentUser? CurrentUser { get; }
|
||||
}
|
||||
|
||||
public record CurrentUser(Guid Id, string Username);
|
Loading…
Add table
Add a link
Reference in a new issue