Add a test comment

This commit is contained in:
2026-07-22 14:29:24 +02:00
parent 5de0f416ba
commit 83d85daa29

View File

@@ -14,7 +14,7 @@ namespace Database.Models
[Key]
public int Id { get; set; }
public int SaleId { get; set; }
public decimal Amount { get; set;}
public decimal Amount { get; set;} // Test
public string Type { get; set; }
}