Example #1
0
 public StudentDetails(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
Example #2
0
 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();
 }
Example #10
0
 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;
 }
Example #15
0
 public School(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
 public GalleryController()
 {
     this._dbContext = new StudentTrackingContext();
 }
Example #17
0
 public AttendenceReportService(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
Example #18
0
 public Security(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
 public AttendanceController()
 {
     this.__dbContext = new StudentTrackingContext();
 }
Example #20
0
 public CommonService(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
Example #21
0
 public StaffService(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
Example #22
0
 public SyllabusController()
 {
     this._dbContext = new StudentTrackingContext();
 }