Add Shop / ShopCategory

This commit is contained in:
VegaZ
2018-10-15 17:04:40 +02:00
parent 0227e223c2
commit fbef6cb3dc
5 changed files with 75 additions and 2 deletions

View File

@@ -48,6 +48,9 @@ namespace reallife_gamemode.Model
public DbSet<Server.Entities.FactionRank> FactionRanks { get; set; }
public DbSet<Server.Entities.FactionVehicle> FactionVehicles { get; set; }
//Shops
public DbSet<Server.Entities.Shop> Shops { get; set; }
//Logs
//public DbSet<Server.Logs.Ban> BanLogs { get; set; }
public DbSet<Server.Logs.BankAccountTransactionHistory> BankAccountTransactionLogs { get; set; }