lab_4 complete

This commit is contained in:
2025-04-10 09:07:45 +04:00
parent 5e249e488c
commit fddb9c9d83
37 changed files with 1786 additions and 178 deletions

View File

@@ -5,7 +5,6 @@ namespace SmallSoftwareContracts.BindingModels;
public class RequestBindingModel
{
public string? Id { get; set; }
public string? WorkerId { get; set; }
public string? Email { get; set; }
public string? WorkerId { get; set; }
public List<InstallationRequestBindingModel>? Softwares { get; set; }
}