8 lines
148 B
C#
8 lines
148 B
C#
using Femto.Common;
|
|
|
|
namespace Femto.Api;
|
|
|
|
internal class CurrentUserContext : ICurrentUserContext
|
|
{
|
|
public CurrentUser? CurrentUser { get; }
|
|
}
|