Beispiel #1
0
 public RekenModelsController(RekenEilandContext context)
 {
     _context = context;
 }
 public LeerlingensController(RekenEilandContext context)
 {
     _context = context;
 }