forked from MDCPS/DamageAssessment_Backend
Update DbContext Changes
This commit is contained in:
@ -7,8 +7,6 @@ namespace DamageAssesment.Api.Employees.Db
|
||||
public DbSet<Db.Employee> Employees { get; set; }
|
||||
public EmployeeDbContext(DbContextOptions options) : base(options)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user