using System; using System.Linq; using System.Text; namespace Models { /// /// /// public partial class current_project { public current_project(){ } /// /// Desc: /// Default: /// Nullable:False /// public int current_project_id {get;set;} } }