public OutgoingController(
     IOutgoingQueryServices outgoingQueryServices,
     IOutgoingCommandService outgoingCommandServices)
 {
     _outgoingQueryServices   = outgoingQueryServices;
     _outgoingCommandServices = outgoingCommandServices;
 }
Beispiel #2
0
 public HomeController(IOutgoingQueryServices outgoingQueryServices)
 {
     _outgoingQueryServices = outgoingQueryServices;
 }