Чиня себе правёж,
душе, уму, порою изведешь такую тьму и времени и слов, что ломит грудь, что в зеркало готов подчас взглянуть.
This commit is contained in:
parent
a076324789
commit
a1bf8c4686
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user