diff --git a/SoftwareInstallation/SoftwareInstallationDataBaseImplement/Migrations/20230410190406_CreateBD.Designer.cs b/SoftwareInstallation/SoftwareInstallationDataBaseImplement/Migrations/20230410192808_CreateBD.Designer.cs similarity index 99% rename from SoftwareInstallation/SoftwareInstallationDataBaseImplement/Migrations/20230410190406_CreateBD.Designer.cs rename to SoftwareInstallation/SoftwareInstallationDataBaseImplement/Migrations/20230410192808_CreateBD.Designer.cs index 1b44aaf..485ae55 100644 --- a/SoftwareInstallation/SoftwareInstallationDataBaseImplement/Migrations/20230410190406_CreateBD.Designer.cs +++ b/SoftwareInstallation/SoftwareInstallationDataBaseImplement/Migrations/20230410192808_CreateBD.Designer.cs @@ -12,7 +12,7 @@ using SoftwareInstallationDataBaseImplement; namespace SoftwareInstallationDataBaseImplement.Migrations { [DbContext(typeof(SoftwareInstallationDataBase))] - [Migration("20230410190406_CreateBD")] + [Migration("20230410192808_CreateBD")] partial class CreateBD { /// diff --git a/SoftwareInstallation/SoftwareInstallationDataBaseImplement/Migrations/20230410190406_CreateBD.cs b/SoftwareInstallation/SoftwareInstallationDataBaseImplement/Migrations/20230410192808_CreateBD.cs similarity index 100% rename from SoftwareInstallation/SoftwareInstallationDataBaseImplement/Migrations/20230410190406_CreateBD.cs rename to SoftwareInstallation/SoftwareInstallationDataBaseImplement/Migrations/20230410192808_CreateBD.cs diff --git a/SoftwareInstallation/SoftwareInstallationDataBaseImplement/Models/Order.cs b/SoftwareInstallation/SoftwareInstallationDataBaseImplement/Models/Order.cs index 8de0bfd..d0416a2 100644 --- a/SoftwareInstallation/SoftwareInstallationDataBaseImplement/Models/Order.cs +++ b/SoftwareInstallation/SoftwareInstallationDataBaseImplement/Models/Order.cs @@ -69,6 +69,7 @@ namespace SoftwareInstallationDataBaseImplement.Models } Status = model.Status; DateImplement = model.DateImplement; + ImplementerId = model.ImplementerId; } public OrderViewModel GetViewModel