feat: implement AuthorizedPerson management with repository and application services
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user