Browse Source

remove unused dbset

pull/809/head
Christian Arenas 7 years ago
parent
commit
a8178fbbb4
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/Services/Marketing/Marketing.API/Infrastructure/MarketingContext.cs

+ 0
- 3
src/Services/Marketing/Marketing.API/Infrastructure/MarketingContext.cs View File

@ -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…
Cancel
Save