예제 #1
0
 public List <Flats> BindCustomerFlats(string username)
 {
     return(db.BindCustomerFlats(username));
 }