Esempio n. 1
0
 public ActionResult Card(Guid id)
 {
     _repository.DeleteBy(id);
     return(new HttpStatusCodeResult(HttpStatusCode.OK));
 }