using System; using System.Collections.Generic; using System.Linq; using System.Text; using MESClassLibrary.EFModel; namespace MESClassLibrary.Model { public class ProjectModel :tb_Project { public string Location { get; set; } } }