refactoring

This commit is contained in:
Paul Schneider 2018-07-21 16:15:54 +02:00
commit e908071713
5 changed files with 24 additions and 9 deletions

View file

@ -0,0 +1,9 @@
namespace Yavsc.Abstract.Identity {
public class Me : UserInfo
{
public AuthToken Token {
get;
set;
}
}
}