//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace EHEC_Server { using System; using System.Collections.Generic; public partial class Origin_Exam { public int Origin_ExamId { get; set; } public string Origin_ExamUid { get; set; } public int OriginId { get; set; } public int ExamId { get; set; } public virtual Exam Exam { get; set; } public virtual Origin Origin { get; set; } } }