bug fix IUserSettings

This commit is contained in:
Paul Schneider 2026-06-30 23:55:43 +01:00
commit 0cc82fec5d
5 changed files with 8 additions and 20 deletions

View file

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