да я не знаю уже блин

This commit is contained in:
Елена Бакальская 2024-05-27 00:22:48 +04:00
parent 21b9bed09b
commit 13ecdcaecc

View File

@ -94,7 +94,7 @@ namespace PolyclinicWebAppSuretor.Controllers
{ {
Id = id, Id = id,
Name = name, Name = name,
Comment = comment ?? string.Empty, Comment = comment,
DateStartProcedure = dateStart, DateStartProcedure = dateStart,
DateStopProcedure = dateStop DateStopProcedure = dateStop
}; };