Финал
This commit is contained in:
parent
e2b226373f
commit
495a8ca63e
@ -13,6 +13,9 @@ namespace SofrwareInstallationContracts.ViewModels
|
||||
{
|
||||
public int PackageId { get; set; }
|
||||
|
||||
[DisplayName("Номер")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[DisplayName("Количество")]
|
||||
public int Count { get; set; }
|
||||
|
||||
@ -28,8 +31,5 @@ namespace SofrwareInstallationContracts.ViewModels
|
||||
[DisplayName("Дата выполнения")]
|
||||
public DateTime? DateImplement { get; set; }
|
||||
|
||||
[DisplayName("Номер")]
|
||||
public int Id { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user