コード例 #1
0
 public bool UpdateCustomerAddress(int id, string address)
 {
     return(repo.UpdateCustomerAddress(id, address));
 }