Exemple #1
0
 public VaerktoejsController(FrontendContext context)
 {
     _context = context;
 }
 public OnderhoudDispatcher(FrontendContext context)
 {
     _context = context;
 }
Exemple #3
0
 public KeuringsVerzoekController(IRDWAgent agent, FrontendContext context)
 {
     _agent   = agent;
     _context = context;
 }
Exemple #4
0
 public RDWAgentStub(FrontendContext context)
 {
     _context = context;
 }