Exemplo n.º 1
0
 public IActionResult Delete(int id)
 {
     d.deleteCustomer(id);
     return(Ok("Removed Successfully"));
 }