예제 #1
0
 public bool Update(Address s)
 {
     return(addressDB.Update(s));
 }