コード例 #1
0
 public VaerktoejsController(FrontendContext context)
 {
     _context = context;
 }
コード例 #2
0
 public OnderhoudDispatcher(FrontendContext context)
 {
     _context = context;
 }
コード例 #3
0
 public KeuringsVerzoekController(IRDWAgent agent, FrontendContext context)
 {
     _agent   = agent;
     _context = context;
 }
コード例 #4
0
ファイル: RDWAgentStub.cs プロジェクト: LarsCelie/MinorCase2
 public RDWAgentStub(FrontendContext context)
 {
     _context = context;
 }