Ejemplo n.º 1
0
 public List <Towers> BindTowersInProgress(int projectID)
 {
     return(db.BindTowersInProgress(projectID));
 }