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

@@ -7,5 +7,6 @@ namespace ApplianceRepair
public DbSet<HomePageRecord> HomePage { get; set; }
public DbSet<ContentCardRecord> ContentCards { get; set; }
public DbSet<BusinessConfigRecord> BusinessConfig { get; set; }
public DbSet<RepairRequestRecord> RepairRequests { get; set; }
}
}