forked from MDCPS/DamageAssessment_Backend
table name changes
This commit is contained in:
@ -3,6 +3,7 @@ using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace DamageAssesment.Api.Surveys.Db
|
||||
{
|
||||
[Table("Surveys")]
|
||||
public class Survey
|
||||
{
|
||||
[Key]
|
||||
|
@ -3,6 +3,7 @@ using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace DamageAssesment.Api.Surveys.Db
|
||||
{
|
||||
[Table("SurveyTrans")]
|
||||
public class SurveyTranslation
|
||||
{
|
||||
[Key]
|
||||
|
Reference in New Issue
Block a user