Beispiel #1
0
 public ActionResult Delete(Guid contactId)
 {
     ProxyService.DeleteBpmEntityByOdataHttpExample(contactId);
     return(RedirectToAction("Index"));
 }