Esempio n. 1
0
 public static void SetPoolAgentBusy(Int32 agent_id, bool is_busy)
 {
     BllPool.SetPoolAgentBusy(agent_id, is_busy);
 }