fix category,tag, news list
fix edit account details bug
This commit is contained in:
@ -9,6 +9,7 @@ namespace WebApplication1.Models
|
||||
{
|
||||
public string DisplayName { get; set; }
|
||||
public int NewsID { get; set; }
|
||||
public int userID { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Image { get; set; }
|
||||
public string category { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user