Готово3
This commit is contained in:
parent
adbc7928e6
commit
354ace7ab0
@ -10,7 +10,7 @@ namespace CarRepairShopContracts.ViewModels
|
||||
[DisplayName("Номер")]
|
||||
public int Id { get; set; }
|
||||
public int RepairId { get; set; }
|
||||
[DisplayName("Изделие")]
|
||||
[DisplayName("Ремонт")]
|
||||
public string RepairName { get; set; } = string.Empty;
|
||||
[DisplayName("Количество")]
|
||||
public int Count { get; set; }
|
||||
|
@ -6,7 +6,7 @@ namespace CarRepairShopContracts.ViewModels
|
||||
public class RepairViewModel : IRepairModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
[DisplayName("Название изделия")]
|
||||
[DisplayName("Название ремонта")]
|
||||
public string RepairName { get; set; } = string.Empty;
|
||||
[DisplayName("Цена")]
|
||||
public double Price { get; set; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user