Фикс название колонки в модели пациента
This commit is contained in:
parent
19943dd5e3
commit
64470b20f3
@ -10,7 +10,7 @@ namespace MedicalDatabaseContracts.ViewModels
|
||||
public DateTime Birthday { get; set; }
|
||||
[DisplayName("Вес, кг")]
|
||||
public int Weight { get; set; }
|
||||
[DisplayName("Рост, кг")]
|
||||
[DisplayName("Рост, см")]
|
||||
public int Height { get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user