| 47 | } |
| 48 | |
| 49 | _TaskProcessor::_TaskProcessor(PersisterFacade const& persisterFacade, std::string const& senderId) |
| 50 | : _persisterFacade(persisterFacade) |
| 51 | , _senderId(senderId) |
| 52 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected