that's an user 's setting

This commit is contained in:
Paul Schneider 2017-01-14 13:51:05 +01:00
commit 70a46803a7

View file

@ -2,5 +2,6 @@ namespace YavscLib
{
public interface ISpecializationSettings
{
string UserId { get ; set ; }
}
}