Ejemplo n.º 1
0
 public StudentDetails(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
Ejemplo n.º 2
0
 public ResultService(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
Ejemplo n.º 3
0
 public SchoolController()
 {
     this._dbContext = new StudentTrackingContext();
 }
Ejemplo n.º 4
0
 public TimeTableService(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
Ejemplo n.º 5
0
 public SecurityController()
 {
     this.__dbContext = new StudentTrackingContext();
 }
 public OrganizationService(StudentTrackingContext cntx)
 {
     this._context = cntx;
 }
Ejemplo n.º 7
0
 public CommonController()
 {
     this._dbContext = new StudentTrackingContext();
 }
Ejemplo n.º 8
0
 public ReportController()
 {
     this._dbContext = new StudentTrackingContext();
 }
 public NotificationController()
 {
     this._dbContext = new StudentTrackingContext();
 }
Ejemplo n.º 10
0
 public OrganizationController()
 {
     this._dbContext = new StudentTrackingContext();
 }
Ejemplo n.º 11
0
 public SyllabusService(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
Ejemplo n.º 12
0
 public TimeTableController()
 {
     this._dbContext = new StudentTrackingContext();
 }
Ejemplo n.º 13
0
 public NotificationService(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
Ejemplo n.º 14
0
 public GalleryService(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
Ejemplo n.º 15
0
 public School(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
Ejemplo n.º 16
0
 public GalleryController()
 {
     this._dbContext = new StudentTrackingContext();
 }
Ejemplo n.º 17
0
 public AttendenceReportService(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
Ejemplo n.º 18
0
 public Security(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
 public AttendanceController()
 {
     this.__dbContext = new StudentTrackingContext();
 }
Ejemplo n.º 20
0
 public CommonService(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
Ejemplo n.º 21
0
 public StaffService(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
Ejemplo n.º 22
0
 public SyllabusController()
 {
     this._dbContext = new StudentTrackingContext();
 }