add InstitutionContractContactInfoTemp entity and repository

This commit is contained in:
MahanCh
2025-08-12 14:02:45 +03:30
parent f66293a637
commit 3ebaeb645c
9 changed files with 10446 additions and 0 deletions

View File

@@ -195,6 +195,8 @@ public class CompanyContext : DbContext
public DbSet<PaymentInstrument> PaymentInstruments { get; set; }
public DbSet<PaymentInstrumentGroup> PaymentInstrumentGroups { get; set; }
public DbSet<InstitutionContractContactInfoTemp> InstitutionContractContactInfoTemps { get; set; }
#endregion
#region Pooya