Add a test comment
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Database.Models
|
|||||||
[Key]
|
[Key]
|
||||||
public int Id { get; set; }
|
public int Id { get; set; }
|
||||||
public int SaleId { get; set; }
|
public int SaleId { get; set; }
|
||||||
public decimal Amount { get; set;}
|
public decimal Amount { get; set;} // Test
|
||||||
public string Type { get; set; }
|
public string Type { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user