示例#1
0
 public ActionResult ClearContactData(Guid contractId)
 {
     obkRepo.ClearContactData(contractId);
     return(Json(true));
 }