Add - operator into basecalc

This commit is contained in:
Michał Zieliński
2025-03-24 16:34:56 +01:00
parent 3387013d60
commit a6ac91305e
8 changed files with 181 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ public class Record
{
#region Properties
[Key]
public Guid Id { get; init; }
public Guid Id { get; set; }
[Required]
[StringLength(50)]
public string? Code { get; init; }