Beispiel #1
0
 public IActionResult Put(VCustomerUpdate customer)
 {
     d.updateCustomer(customer);
     return(Ok("Updated Successfully"));
 }