Exemplo n.º 1
0
 public OutgoingController(
     IOutgoingQueryServices outgoingQueryServices,
     IOutgoingCommandService outgoingCommandServices)
 {
     _outgoingQueryServices   = outgoingQueryServices;
     _outgoingCommandServices = outgoingCommandServices;
 }
Exemplo n.º 2
0
 public HomeController(IOutgoingQueryServices outgoingQueryServices)
 {
     _outgoingQueryServices = outgoingQueryServices;
 }