This commit is contained in:
malimova 2024-05-08 14:11:26 +04:00
parent 8244f9dd8d
commit 4234c0c2da

View File

@ -11,7 +11,7 @@ namespace LabWork
public class ContactViewModel public class ContactViewModel
{ {
public int Id { get; set; } public int Id { get; set; }
[DisplayName("Название компонента")] [DisplayName("Название контакта")]
public string ContactName { get; set; } = string.Empty; public string ContactName { get; set; } = string.Empty;
[DisplayName("Цена")] [DisplayName("Цена")]
public double Number { get; set; } public double Number { get; set; }