Fix for Namespace SurveyResponses

This commit is contained in:
Santhosh S
2023-10-04 18:45:51 -04:00
parent d2ae8a30a6
commit 6ae57c9818
43 changed files with 121 additions and 111 deletions

View File

@ -1,7 +1,7 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace DamageAssesment.Api.SurveyResponses.Db
namespace DamageAssesment.Api.Responses.Db
{
public class SurveyResponse
{

View File

@ -1,6 +1,6 @@
using Microsoft.EntityFrameworkCore;
namespace DamageAssesment.Api.SurveyResponses.Db
namespace DamageAssesment.Api.Responses.Db
{
public class SurveyResponseDbContext:DbContext
{