User settings

This commit is contained in:
Paul Schneider 2025-02-24 23:29:48 +00:00
commit b9ba97f5e8
16 changed files with 75 additions and 66 deletions

View file

@ -1,6 +1,6 @@
namespace Yavsc
{
public interface ISpecializationSettings
public interface IUserSettings
{
string UserId { get ; set ; }
}