cдана лаба
This commit is contained in:
parent
903e904a7a
commit
1c0e7720e1
@ -19,6 +19,9 @@ namespace JewelryStoreContracts.ViewModels
|
|||||||
[DisplayName("Драгоценность")]
|
[DisplayName("Драгоценность")]
|
||||||
public string JewelName { get; set; } = string.Empty;
|
public string JewelName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
[DisplayName("ФИО исполнителя")]
|
||||||
|
public string ImplementerFIO { get; set; } = string.Empty;
|
||||||
|
|
||||||
[DisplayName("Клиент")]
|
[DisplayName("Клиент")]
|
||||||
public string ClientFIO { get; set; } = string.Empty;
|
public string ClientFIO { get; set; } = string.Empty;
|
||||||
|
|
||||||
@ -34,8 +37,7 @@ namespace JewelryStoreContracts.ViewModels
|
|||||||
[DisplayName("Дата выполнения")]
|
[DisplayName("Дата выполнения")]
|
||||||
public DateTime? DateImplement { get; set; }
|
public DateTime? DateImplement { get; set; }
|
||||||
public int? ImplementerId { get; set; }
|
public int? ImplementerId { get; set; }
|
||||||
[DisplayName("ФИО исполнителя")]
|
|
||||||
public string ImplementerFIO { get; set; } = string.Empty;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
|||||||
namespace JewelryStoreDatabaseImplement.Migrations
|
namespace JewelryStoreDatabaseImplement.Migrations
|
||||||
{
|
{
|
||||||
[DbContext(typeof(JewelryStoreDataBase))]
|
[DbContext(typeof(JewelryStoreDataBase))]
|
||||||
[Migration("20230417191656_InitialCreate")]
|
[Migration("20230418091905_InitialCreate")]
|
||||||
partial class InitialCreate
|
partial class InitialCreate
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
Loading…
Reference in New Issue
Block a user