示例#1
0
 public static void SetGroupAgent(Int32 groupId, Int32 agentId, bool isSet)
 {
     DalGroupAgent.SetGroupAgent(groupId, agentId, isSet);
 }
示例#2
0
 public static GroupDS.GroupAgentDSDataTable GetAllGroupAgents(Int32 groupId)
 {
     GroupDS.GroupAgentDSDataTable dt = DalGroupAgent.GetAllGroupAgents(groupId);
     return(processData(dt));
 }