示例#1
0
 public StudentDetails(StudentTrackingContext cntx)
 {
     this._dbContext = cntx;
 }
示例#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();
 }
示例#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;
 }
 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();
 }