This commit is contained in:
2025-03-12 22:39:58 +04:00
parent 65a03714a2
commit 8bdc9275d5
23 changed files with 1848 additions and 95 deletions

View File

@@ -10,7 +10,7 @@ namespace SmallSoftwareDatabase.Models;
internal class Request
{
public required string Id { get; set; } = Guid.NewGuid().ToString();
public string Id { get; set; } = Guid.NewGuid().ToString();
public required string WorkerId { get; set; }
public required string Email { get; set; }
public double Sum { get; set; }