Added milestone 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<Milestone> Milestones => Set<Milestone>();
|
||||
|
||||
public DbSet<Budget> Budgets => Set<Budget>();
|
||||
|
||||
public DbSet<Contract> Contracts => Set<Contract>();
|
||||
|
||||
Reference in New Issue
Block a user