fix house

This commit is contained in:
hydrant
2019-07-16 20:42:05 +02:00
parent 976c285662
commit 3082b0bab2
10 changed files with 2606 additions and 19 deletions

View File

@@ -105,5 +105,9 @@ namespace ReallifeGamemode.Server.Models
// Houses
public DbSet<Entities.House> Houses { get; set; }
// Bus Routes
public DbSet<Entities.BusRoute> BusRoutes { get; set; }
public DbSet<Entities.BusRoutePoint> BusRoutesPoints { get; set; }
}
}