This commit is contained in:
hydrant
2019-05-13 18:20:27 +02:00
parent 27f6279429
commit 2e1ebc9e4e
6 changed files with 1295 additions and 4 deletions

View File

@@ -99,5 +99,9 @@ namespace ReallifeGamemode.Server.Models
public DbSet<Entities.Group> Groups { get; set; }
public DbSet<Entities.GroupBankAccount> GroupBankAccounts { get; set; }
public DbSet<Entities.GroupVehicle> GroupVehicles { get; set; }
// Jobs
public DbSet<Entities.Job> Jobs { get; set; }
public DbSet<Entities.JobVehicle> JobVehicles { get; set; }
}
}