displaying blog comments

This commit is contained in:
2017-10-05 11:58:51 +02:00
parent bfa0aaa741
commit 3487aa2a96
9 changed files with 53 additions and 10 deletions

View 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; }
}
}