Beispiel #1
0
 public static PoolDS.PoolDSDataTable SelectPoolAgent(Int32 agent_id)
 {
     return(BllPool.SelectPoolAgent(agent_id));
 }