refactoring
This commit is contained in:
parent
120de403cf
commit
e908071713
5 changed files with 24 additions and 9 deletions
9
Yavsc.Abstract/Identity/Me.cs
Normal file
9
Yavsc.Abstract/Identity/Me.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Yavsc.Abstract.Identity {
|
||||
public class Me : UserInfo
|
||||
{
|
||||
public AuthToken Token {
|
||||
get;
|
||||
set;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue