コード例 #1
0
 public void UpdateCustomer(Customer customer)
 {
     _context.Update(customer);
 }