a bunch of stuff
This commit is contained in:
9
Data.cs
9
Data.cs
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user