Esempio n. 1
0
 public ActionResult InsertInspect(InspectViewModel vm)
 {
     _taskAppService.InsertInspect(vm.ObjectId, vm.ShelfId, vm.Purity, vm.Remark, GetWorkerId());
     // valid vm ToDO
     return(RedirectToAction("InspectList"));
 }