cдана лаба

This commit is contained in:
VictoriaPresnyakova 2023-04-18 14:17:07 +04:00
parent 903e904a7a
commit 1c0e7720e1
3 changed files with 6 additions and 4 deletions

View File

@ -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;
} }
} }

View File

@ -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 />