示例#1
0
 public Subjects(SmartSchedulerEntities dbContext)
 {
     Context = dbContext;
 }
示例#2
0
 public Groups(SmartSchedulerEntities dbContext)
 {
     Context = dbContext;
 }
示例#3
0
 public ScheduleItems(SmartSchedulerEntities dbContext)
 {
     Context = dbContext;
 }
示例#4
0
 public Users(SmartSchedulerEntities dbContext)
 {
     Context = dbContext;
 }
示例#5
0
 public Students(SmartSchedulerEntities dbContext)
 {
     Context = dbContext;
 }
示例#6
0
 public Auditories(SmartSchedulerEntities dbContext)
 {
     Context = dbContext;
 }