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