コード例 #1
0
 internal bool Edit(Customer customer)
 {
     _status = _customerDal.Edit(customer);
     return(_status);
 }