public StudentDetails(StudentTrackingContext cntx) { this._dbContext = cntx; }
public ResultService(StudentTrackingContext cntx) { this._dbContext = cntx; }
public SchoolController() { this._dbContext = new StudentTrackingContext(); }
public TimeTableService(StudentTrackingContext cntx) { this._dbContext = cntx; }
public SecurityController() { this.__dbContext = new StudentTrackingContext(); }
public OrganizationService(StudentTrackingContext cntx) { this._context = cntx; }
public CommonController() { this._dbContext = new StudentTrackingContext(); }
public ReportController() { this._dbContext = new StudentTrackingContext(); }
public NotificationController() { this._dbContext = new StudentTrackingContext(); }
public OrganizationController() { this._dbContext = new StudentTrackingContext(); }
public SyllabusService(StudentTrackingContext cntx) { this._dbContext = cntx; }
public TimeTableController() { this._dbContext = new StudentTrackingContext(); }
public NotificationService(StudentTrackingContext cntx) { this._dbContext = cntx; }
public GalleryService(StudentTrackingContext cntx) { this._dbContext = cntx; }
public School(StudentTrackingContext cntx) { this._dbContext = cntx; }
public GalleryController() { this._dbContext = new StudentTrackingContext(); }
public AttendenceReportService(StudentTrackingContext cntx) { this._dbContext = cntx; }
public Security(StudentTrackingContext cntx) { this._dbContext = cntx; }
public AttendanceController() { this.__dbContext = new StudentTrackingContext(); }
public CommonService(StudentTrackingContext cntx) { this._dbContext = cntx; }
public StaffService(StudentTrackingContext cntx) { this._dbContext = cntx; }
public SyllabusController() { this._dbContext = new StudentTrackingContext(); }