CreditDocuments

This commit is contained in:
mmrbnjd
2024-07-29 15:29:46 +03:30
parent fe95e2b526
commit 68667b5f95
8 changed files with 38 additions and 13 deletions

View File

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