//------------------------------------------------------------------------------
//
// 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;
///
/// EM_EducationSchedulingClass_CF_Student
///
public partial class EM_EducationSchedulingClass_CF_Student
{
///
/// EducationSchedulingClassID
///
public System.Guid EducationSchedulingClassID { get; set; }
///
/// UserID
///
public System.Guid UserID { get; set; }
}
}