rating -> rate, пофикси свой sellLogic

This commit is contained in:
the 2024-06-23 21:38:53 +04:00
parent 3525772c45
commit 8a1732026c

View File

@ -43,7 +43,7 @@ namespace DatabaseImplement.Models
Id = model.Id,
Name = model.Name,
Price = model.Price,
Rate = model.Rating,
Rate = model.Rate,
IsBeingSold = model.IsBeingSold,
Amount = model.Amount
};
@ -96,7 +96,7 @@ namespace DatabaseImplement.Models
Name = Name,
Price = Price,
IsBeingSold = IsBeingSold,
Rating = Rate,
Rate = Rate,
Amount = Amount
};
}