Починила
This commit is contained in:
parent
f02ec8ddf0
commit
ada93c8c0a
@ -12,7 +12,7 @@ using SoftwareInstallationDataBaseImplement;
|
||||
namespace SoftwareInstallationDataBaseImplement.Migrations
|
||||
{
|
||||
[DbContext(typeof(SoftwareInstallationDataBase))]
|
||||
[Migration("20230410190406_CreateBD")]
|
||||
[Migration("20230410192808_CreateBD")]
|
||||
partial class CreateBD
|
||||
{
|
||||
/// <inheritdoc />
|
@ -69,6 +69,7 @@ namespace SoftwareInstallationDataBaseImplement.Models
|
||||
}
|
||||
Status = model.Status;
|
||||
DateImplement = model.DateImplement;
|
||||
ImplementerId = model.ImplementerId;
|
||||
}
|
||||
|
||||
public OrderViewModel GetViewModel
|
||||
|
Loading…
x
Reference in New Issue
Block a user