Update DbContext Changes

This commit is contained in:
Reginald Cherenfant Jasmin
2023-08-25 18:44:04 -04:00
parent 099055d088
commit 7a50089f6a
7 changed files with 27 additions and 29 deletions

View File

@ -7,8 +7,6 @@ namespace DamageAssesment.Api.Employees.Db
public DbSet<Db.Employee> Employees { get; set; }
public EmployeeDbContext(DbContextOptions options) : base(options)
{
}
}
}