PIbd-21. Rodionov I.A. Lab work 02. Hard #5

Closed
ILRodionov wants to merge 15 commits from lab2_hard into lab2_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()