Добавил коммент
This commit is contained in:
parent
171ca6d819
commit
1e02a06b49
@ -55,6 +55,7 @@ namespace PolyclinicWebAppImplementer.Controllers
|
||||
[HttpPost]
|
||||
public IActionResult Edit(int id, DiagnoseViewModel model)
|
||||
{
|
||||
// TODO проверить, что пользователь зочет редактировать свой диагноз (UserId)
|
||||
if (HttpContext.Request.Method == "GET")
|
||||
{
|
||||
var obj = _diagnoseLogic.ReadElement(new DiagnoseSearchModel { Id = id });
|
||||
|
Loading…
Reference in New Issue
Block a user