Added outcome entity
This commit is contained in:
@@ -4,6 +4,8 @@ namespace PostFundManagement.Infrastructure.Database;
|
||||
|
||||
public sealed class ApplicationDbContext(DbContextOptions<ApplicationDbContext> options) : DbContext(options)
|
||||
{
|
||||
public DbSet<Outcome> Outcomes => Set<Outcome>();
|
||||
|
||||
public DbSet<Beneficiary> Beneficiaries => Set<Beneficiary>();
|
||||
|
||||
public DbSet<Evidence> Evidences => Set<Evidence>();
|
||||
|
||||
Reference in New Issue
Block a user