Example #1
0
 public List <Flats> BindAllFlats(int towerID)
 {
     return(db.BindAllFlats(towerID));
 }