Exemplo n.º 1
0
 public JsonResult UseOrUnuseSelectedLaborant(Laborants laborant)
 {
     laborant.AddNewLaborantResult = bll.BllUseOrUnuseSelectedLaborant(laborant.SelectedValue, laborant.Used);
     return(Json(laborant, JsonRequestBehavior.AllowGet));
 }