Example #1
0
 public LandBeheer(IDbLandContext context)
 {
     _context = context;
 }
Example #2
0
 public VerbindingBeheer(IDbVerbindingContext context, IDbLandContext landcontext)
 {
     _context     = context;
     _landcontext = landcontext;
 }