//------------------------------------------------------------------------------
//
// 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 EMISOnline.Entities
{
#pragma warning disable 1573
using System;
using System.Collections.Generic;
///
/// Exam_Log
///
public partial class Exam_Log
{
///
/// Id
///
public long Id { get; set; }
///
/// Date
///
public System.DateTime Date { get; set; }
///
/// Thread
///
public string Thread { get; set; }
///
/// Level
///
public string Level { get; set; }
///
/// Message
///
public string Message { get; set; }
///
/// Exception
///
public string Exception { get; set; }
}
}