Beispiel #1
0
 public depMenuViewComponent(stcontext dbContext)
 {
     this.dbContext = dbContext;
 }
Beispiel #2
0
 public studentsController(stcontext context)
 {
     Stcontext = context;
 }
Beispiel #3
0
 public departmentController(stcontext context)
 {
     _context = context;
 }