예제 #1
0
 public List <AgentProjectLevel> BindProjectAgents(int projectID)
 {
     return(db.BindProjectAgents(projectID));
 }