Beispiel #1
0
 public StudentController()
 {
     _context = new IC_DataBase();
     _context.Configuration.ProxyCreationEnabled = false;
 }
 public DatePickerController()
 {
     _context = new IC_DataBase();
 }