Beispiel #1
0
 public ActionResult DeleteContact(int id)
 {
     contactListService.DeleteContact(id);
     return(NoContent());
 }