yavsc/YavscLib/Workflow/ISpecializationSettings.cs

8 lines
161 B
C#

namespace YavscLib
{
public interface ISpecializationSettings
{
string UserId { get ; set ; }
bool ExistsInDb(object dbContext);
}
}