コード例 #1
0
ファイル: PlatformManagerFacade.cs プロジェクト: toowind/QY
 public DataTable GetAgentRoles(int AgentLevel)
 {
     return(aidePlatformManagerData.GetAgentRoles(AgentLevel));
 }