table name changes

This commit is contained in:
uppuv
2023-10-12 16:01:24 -04:00
parent 885fdeb117
commit 26e79432e2
20 changed files with 30 additions and 0 deletions

View File

@ -1,7 +1,9 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace DamageAssesment.Api.Employees.Db
{
[Table("Employees")]
public class Employee
{
[Key]