예제 #1
0
 public List <Flats> BindFlatsInProgress(int towerID)
 {
     return(db.BindFlatsInProgress(towerID));
 }