updTE DB PRO

This commit is contained in:
mmrbnjd
2024-07-25 13:50:22 +03:30
parent 4d4f424ff0
commit 466f26e986
4 changed files with 262 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ namespace TaxPayer.Infrastructure.Persistence
public DbSet<stuff> Stuffs { get; set; }
public DbSet<Ulr> Ulrs { get; set; }
public DbSet<rptQueue> rptQueue { get; set; }
public DbSet<Promotion> Promotions { get; set; }
public DbSet<PromotionDetails> PromotionDetails { get; set; }
#endregion
//public override Task<int> SaveChangesAsync(CancellationToken cancellationToken = new CancellationToken())
//{