コード例 #1
0
 public ClassController()
 {
     _dbContext = new AMSDBEntities();
 }
コード例 #2
0
 public PeriodController()
 {
     _dbContext = new AMSDBEntities();
 }
コード例 #3
0
 public UserController()
 {
     _dbContext  = new AMSDBEntities();
     _apiRequest = new ApiRequest();
 }
コード例 #4
0
 public SecurityController()
 {
     _dbContext = new AMSDBEntities();
 }
コード例 #5
0
ファイル: SectionController.cs プロジェクト: ShourovSaha/AMS
 public SectionController()
 {
     _dbContext = new AMSDBEntities();
 }
コード例 #6
0
 public NoticeController()
 {
     _dbContext = new AMSDBEntities();
 }
コード例 #7
0
ファイル: UserController.cs プロジェクト: ShourovSaha/AMS
 public UserController()
 {
     _dbContext = new AMSDBEntities();
 }
コード例 #8
0
 public SubjectController()
 {
     _dbContext = new AMSDBEntities();
 }
コード例 #9
0
ファイル: ExamController.cs プロジェクト: ShourovSaha/AMS
 public ExamController()
 {
     _dbContext = new AMSDBEntities();
 }
コード例 #10
0
 public StudentController()
 {
     _dbContext = new AMSDBEntities();
 }
コード例 #11
0
 public AttendanceController()
 {
     _dbContext = new AMSDBEntities();
 }
コード例 #12
0
 public AttendanceController()
 {
     _dbContext  = new AMSDBEntities();
     _apiRequest = new ApiRequest();
 }