Skip to content

Commit 2111d56

Browse files
committed
remove unused dbset
1 parent f058cfd commit 2111d56

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Services/Marketing/Marketing.API/Infrastructure/MarketingContext.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ public MarketingContext(DbContextOptions<MarketingContext> options) : base(optio
1313
public DbSet<Campaign> Campaigns { get; set; }
1414

1515
public DbSet<Rule> Rules { get; set; }
16-
public DbSet<UserProfileRule> UserProfileRules { get; set; }
17-
public DbSet<PurchaseHistoryRule> PurchaseHistoryRules { get; set; }
18-
public DbSet<UserLocationRule> UserLocationRules { get; set; }
1916

2017
protected override void OnModelCreating(ModelBuilder builder)
2118
{

0 commit comments

Comments
 (0)