Exemple #1
0
 public ActionResult Create(Contact newContact)
 {
     ProxyService.CreateBpmEntityByOdataHttpExample(newContact);
     return(RedirectToAction("Index"));
 }