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