예제 #1
0
 public CourseRosterController()
 {
     _db = new WhiteboardContext();
 }
예제 #2
0
 static ControllerHelper()
 {
     WhiteboardDb = new WhiteboardContext();
 }