Example #1
0
 public CustodyController(ICustodyApplication app)
 {
     _app = app;
 }
Example #2
0
 public CustodyMessageHandler(ICustodyApplication custodyApp)
 {
     _custodyApp = custodyApp;
 }