Presnyakova V. V. Lab_6 #7

Closed
Victoria_Presnyakova wants to merge 24 commits from Lab_6 into Lab_5
3 changed files with 6 additions and 4 deletions
Showing only changes of commit 1c0e7720e1 - Show all commits

View File

@ -19,7 +19,10 @@ namespace JewelryStoreContracts.ViewModels
[DisplayName("Драгоценность")]
public string JewelName { get; set; } = string.Empty;
[DisplayName("Клиент")]
[DisplayName("ФИО исполнителя")]
public string ImplementerFIO { get; set; } = string.Empty;
[DisplayName("Клиент")]
public string ClientFIO { get; set; } = string.Empty;
[DisplayName("Количество")]
@ -34,8 +37,7 @@ namespace JewelryStoreContracts.ViewModels
[DisplayName("Дата выполнения")]
public DateTime? DateImplement { 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
{
[DbContext(typeof(JewelryStoreDataBase))]
[Migration("20230417191656_InitialCreate")]
[Migration("20230418091905_InitialCreate")]
partial class InitialCreate
{
/// <inheritdoc />