Revert "display news list and individual"

This reverts commit 2002c9fe09.
This commit is contained in:
2024-08-01 15:05:21 +03:30
parent 2002c9fe09
commit c31a2eab12
5 changed files with 23 additions and 67 deletions

View File

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