8 lines
No EOL
161 B
C#
8 lines
No EOL
161 B
C#
namespace YavscLib
|
||
{
|
||
public interface ISpecializationSettings
|
||
{
|
||
string UserId { get ; set ; }
|
||
bool ExistsInDb(object dbContext);
|
||
}
|
||
} |