New test comment

This commit is contained in:
2026-07-22 14:30:29 +02:00
parent 83d85daa29
commit 9e077f6993

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;} // Test
public decimal Amount { get; set;} // Test2
public string Type { get; set; }
}