Revert "display news list and individual"
This reverts commit 2002c9fe09.
This commit is contained in:
@ -1,19 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace WebApplication1.Models
|
||||
{
|
||||
public class newsModel
|
||||
{
|
||||
public string DisplayName { get; set; }
|
||||
public string Title { get; set; }
|
||||
public int? NewsID { get; set; }
|
||||
public string Image { get; set; }
|
||||
public string category { get; set; }
|
||||
public string tag { get; set; }
|
||||
public int? views { get; set; }
|
||||
public DateTime? date { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user