public SchedulerMeetingService(SchedulerEntities context) { db = context; }
public SchedulerTaskService(SchedulerEntities context) { db = context; }