public Subjects(SmartSchedulerEntities dbContext) { Context = dbContext; }
public Groups(SmartSchedulerEntities dbContext) { Context = dbContext; }
public ScheduleItems(SmartSchedulerEntities dbContext) { Context = dbContext; }
public Users(SmartSchedulerEntities dbContext) { Context = dbContext; }
public Students(SmartSchedulerEntities dbContext) { Context = dbContext; }
public Auditories(SmartSchedulerEntities dbContext) { Context = dbContext; }