Improve House system

This commit is contained in:
hydrant
2019-07-30 12:42:02 +02:00
parent f30036ca15
commit abba223f57
7 changed files with 645 additions and 619 deletions

View File

@@ -106,7 +106,7 @@ namespace ReallifeGamemode.Server.Models
// Houses
public DbSet<Entities.House> Houses { get; set; }
public DbSet<Entities.HouseRentals> HouseRentals { get; set; }
public DbSet<Entities.HouseRental> HouseRentals { get; set; }
// Bus Routes
public DbSet<Entities.BusRoute> BusRoutes { get; set; }