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