Data Implement Fix
This commit is contained in:
parent
b9d54b2e8b
commit
30f84298ab
@ -38,6 +38,7 @@ namespace PizzeriaListImplement.Models
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Status = model.Status;
|
Status = model.Status;
|
||||||
|
if (model.Status == OrderStatus.Выдан) DateImplement = model.DateImplement;
|
||||||
}
|
}
|
||||||
public OrderViewModel GetViewModel => new()
|
public OrderViewModel GetViewModel => new()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user