Exemplo n.º 1
0
 public ActionResult ClientsInline(int pk, string value, string name)
 {
     var mng = new CRMManager();
     mng.EditClientField(pk, name, value);
     return Json(new
     {
         result = true
     });
 }