displaying blog comments
This commit is contained in:
parent
289bd09470
commit
6dcbfbe63e
9 changed files with 53 additions and 10 deletions
11
Yavsc/ViewModels/Account/ShortUserInfo.cs
Normal file
11
Yavsc/ViewModels/Account/ShortUserInfo.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
namespace Yavsc.ViewModels.Account
|
||||
{
|
||||
public class ShortUserInfo
|
||||
{
|
||||
public string Avatar { get; set; }
|
||||
|
||||
public string UserName { get; set; }
|
||||
|
||||
public string UserId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue