changed proce to a decimal because curency

This commit is contained in:
2026-07-15 20:55:30 -05:00
parent 92f25b6575
commit a6a536d44f
+1 -1
View File
@@ -52,7 +52,7 @@ public class Orders
public string? StatusId { get; set; }
public DateTime StartDate { get; set; }
public DateTime EndDate { get; set; }
public float TotalPrice { get; set; }
public decimal TotalPrice { get; set; }
public string? Venue { get; set; }
public string? Address { get; set; }
public OrderItems[] Items { get; set; }