예제 #1
0
 public LoginController(RaBeContext context)
 {
     _context = context;
 }
예제 #2
0
 public CategoriesController(RaBeContext context)
 {
     _context = context;
 }
예제 #3
0
 public TeacherRoomController(RaBeContext context)
 {
     _context = context;
 }
예제 #4
0
 public ErrorsController(RaBeContext context)
 {
     _context = context;
 }
예제 #5
0
 public TeacherController(RaBeContext context)
 {
     this.context = context;
 }
예제 #6
0
 public RoomController(RaBeContext context)
 {
     this.context = context;
 }