I don’t understand. If you are fully into DI/IoC w...
# announcements
o
I don’t understand. If you are fully into DI/IoC world, then you got
Client
instance via injection. So we are either talking about
Client(IPConnector, DNSResolver)
,
UserClass(Client)
or we are talking about
Client(IPConnector), UserClass(Client, DNSResolver)