Business kaufen

This commit is contained in:
hydrant
2019-09-11 22:18:37 +02:00
parent fe90891801
commit 146261bc03
9 changed files with 1618 additions and 105 deletions

View File

@@ -79,6 +79,7 @@ namespace ReallifeGamemode.Server.Models
// Business
public DbSet<Entities.BusinessBankAccount> BusinessBankAccounts { get; set; }
public DbSet<Entities.BusinessData> BusinessData { get; set; }
// Control Panel
public DbSet<Entities.News> News { get; set; }