Example #1
0
 public ClassController()
 {
     _dbContext = new AMSDBEntities();
 }
Example #2
0
 public PeriodController()
 {
     _dbContext = new AMSDBEntities();
 }
Example #3
0
 public UserController()
 {
     _dbContext  = new AMSDBEntities();
     _apiRequest = new ApiRequest();
 }
Example #4
0
 public SecurityController()
 {
     _dbContext = new AMSDBEntities();
 }
Example #5
0
 public SectionController()
 {
     _dbContext = new AMSDBEntities();
 }
Example #6
0
 public NoticeController()
 {
     _dbContext = new AMSDBEntities();
 }
Example #7
0
 public UserController()
 {
     _dbContext = new AMSDBEntities();
 }
Example #8
0
 public SubjectController()
 {
     _dbContext = new AMSDBEntities();
 }
Example #9
0
 public ExamController()
 {
     _dbContext = new AMSDBEntities();
 }
Example #10
0
 public StudentController()
 {
     _dbContext = new AMSDBEntities();
 }
Example #11
0
 public AttendanceController()
 {
     _dbContext = new AMSDBEntities();
 }
Example #12
0
 public AttendanceController()
 {
     _dbContext  = new AMSDBEntities();
     _apiRequest = new ApiRequest();
 }