feat: implement AuthorizedPerson management with repository and application services

This commit is contained in:
MahanCh
2025-08-27 11:11:32 +03:30
parent f7166ca17f
commit e7d43316ad
17 changed files with 11163 additions and 81 deletions

View File

@@ -118,6 +118,7 @@ using Company.Domain.YearlysSalaryTitleAgg;
using CompanyManagment.EFCore.Mapping;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata.Conventions;
using Company.Domain.AuthorizedPersonAgg;
using Evidence = Company.Domain.Evidence.Evidence;
using Zone = Company.Domain.ZoneAgg.Zone;
@@ -194,7 +195,8 @@ public class CompanyContext : DbContext
public DbSet<PaymentInstrument> PaymentInstruments { get; set; }
public DbSet<PaymentInstrumentGroup> PaymentInstrumentGroups { get; set; }
public DbSet<AuthorizedPerson> AuthorizedPersons { get; set; }
#endregion
#region Pooya