a bunch of stuff

This commit is contained in:
2026-04-22 20:09:26 -05:00
parent 5267701e32
commit fc7db1fedd
16 changed files with 697 additions and 362 deletions

View File

@@ -44,4 +44,13 @@
public string? PhoneNumber { get; set; }
public string? SupportEmail { get; set; }
}
public class RepairRequestRecord
{
public string? Type { get; set; }
public string? Brand { get; set; }
public string? Notes { get; set; }
public string? Name { get; set; }
public string? Phone { get; set; }
}
}