remove unused dbset
This commit is contained in:
parent
385f1f094a
commit
a8178fbbb4
@ -13,9 +13,6 @@
|
||||
public DbSet<Campaign> Campaigns { get; set; }
|
||||
|
||||
public DbSet<Rule> Rules { get; set; }
|
||||
public DbSet<UserProfileRule> UserProfileRules { get; set; }
|
||||
public DbSet<PurchaseHistoryRule> PurchaseHistoryRules { get; set; }
|
||||
public DbSet<UserLocationRule> UserLocationRules { get; set; }
|
||||
|
||||
protected override void OnModelCreating(ModelBuilder builder)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user