Esempio n. 1
0
 public InternalAPI(IAgentManager agentManager)
 {
     _internalCommunicationLayer = new InternalCommunication(agentManager);
 }