that's an user 's setting

This commit is contained in:
2017-01-14 13:51:05 +01:00
parent 64c8e32d22
commit 93c7465bc0

View File

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