Esempio n. 1
0
 /// <summary>
 ///     Return the agent by id
 /// </summary>
 /// <param name="agentId"></param>
 /// <returns></returns>
 public DirectAgent GetAgentById(long agentId)
 {
     return(DirectAgent.GetAgentById(this, agentId));
 }