8 lines
137 B
C#

namespace Milimoe.FunGame.WebAPI.Interfaces
{
public interface IUserContext
{
public string Username { get; }
}
}