oop_II-6/EHEC_Server/EHEC_Server/Origin_Exam.cs

38 lines
811 B
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
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; }
}
}