Skip to content

Commit

Permalink
[added] Creating transaction dbset
Browse files Browse the repository at this point in the history
  • Loading branch information
Edrisym committed Dec 7, 2024
1 parent f889345 commit 2f25b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EWallet.Api/Data/WalletDbContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ public class WalletDbContext(DbContextOptions<WalletDbContext> options) : DbCont
{
public DbSet<Wallet> Wallets { get; set; }
public DbSet<Currency> Currencies { get; set; }
public DbSet<Transaction> Transactions { get; set; }


protected override void OnModelCreating(ModelBuilder modelBuilder)
Expand Down

0 comments on commit 2f25b76

Please sign in to comment.