Чиня себе правёж,

душе, уму,
порою изведешь
такую тьму
и времени и слов,
что ломит грудь,
что в зеркало готов
подчас взглянуть.
This commit is contained in:
Allllen4a 2024-06-01 00:38:31 +04:00
parent a076324789
commit a1bf8c4686

View File

@ -90,7 +90,7 @@ namespace WorkerWebApp.Controllers
});
return RedirectToAction("Procedures", "Procedure");
Response.Redirect("/Evaluation/Evaluations");
}
[HttpGet]
@ -133,7 +133,7 @@ namespace WorkerWebApp.Controllers
ProcedureDuration = duration
});
return RedirectToAction("Procedures", "Procedure");
Response.Redirect("/Evaluation/Evaluations");
}
[HttpPost]
@ -149,7 +149,7 @@ namespace WorkerWebApp.Controllers
Id = id
});
return RedirectToAction("Procedures", "Procedure");
Response.Redirect("/Evaluation/Evaluations");
}
}
}