示例#1
0
 public bool UpdateCustomer(int id, string name, string contact, string address)
 {
     return(_customerRepository.UpdateCustomer(id, name, contact, address));
 }