bug fix IUserSettings
This commit is contained in:
parent
0965caaf40
commit
0cc82fec5d
5 changed files with 8 additions and 20 deletions
7
src/Yavsc.Abstract/Workflow/IUserSettings.cs
Normal file
7
src/Yavsc.Abstract/Workflow/IUserSettings.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace Yavsc
|
||||
{
|
||||
public interface IUserSettings
|
||||
{
|
||||
string UserId { get ; set ; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue