femto-backend/Femto.Api/CurrentUserContext.cs
2025-05-21 13:55:04 +02:00

8 lines
148 B
C#

using Femto.Common;
namespace Femto.Api;
internal class CurrentUserContext : ICurrentUserContext
{
public CurrentUser? CurrentUser { get; }
}