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