Пример #1
0
 public JsonResult DeleteLaborantFromDB(Laborants laborant)
 {
     if (laborant.SelectedValue != null)
     {
         laborant.AddNewLaborantResult = bll.DeleteLaborantFromDB(laborant.SelectedValue);
     }
     return(Json(laborant, JsonRequestBehavior.AllowGet));
 }