PIbd-21. Rodionov I.A. Lab work 05. Hard #13

Closed
ILRodionov wants to merge 19 commits from lab5_hard into lab5_base
Showing only changes of commit 4e70f15021 - Show all commits

View File

@ -49,7 +49,7 @@ namespace IceCreamShopListImplement.Models
Address = model.Address;
DateOpening = model.DateOpening;
ShopIceCreams = model.ShopIceCreams;
IceCreamsMaximum -= model.IceCreamsMaximum;
IceCreamsMaximum = model.IceCreamsMaximum;
}
public ShopViewModel GetViewModel => new()