using System;
using System.Collections.Generic;
using System.Text;
namespace New_College.Model.Models
{
public class D_NewsCategory : EntityModel
public string CategoryName { get; set; }
}