This commit is contained in:
2023-06-21 17:55:53 +03:00
parent 5e0965cfd1
commit fa8852a32a
3 changed files with 5 additions and 5 deletions
@@ -4,7 +4,7 @@
{
public DateTime Date { get; set; }
public string Motion { get; set; } = null!;
public string? Description { get; set; };
public string? Description { get; set; }
public decimal Plus { get; set; }
public decimal Minus { get; set; }
}