From 8c0ba59ff7608f7048ca49878c3b9f6253c5d4f4 Mon Sep 17 00:00:00 2001 From: shept Date: Wed, 16 Apr 2025 21:00:24 +0500 Subject: [PATCH] Fix for DbContext compatability --- .../SurveyBackend.API/Controllers/TestController.cs | 6 ++++++ SurveyLib | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 SurveyBackend/SurveyBackend.API/Controllers/TestController.cs diff --git a/SurveyBackend/SurveyBackend.API/Controllers/TestController.cs b/SurveyBackend/SurveyBackend.API/Controllers/TestController.cs new file mode 100644 index 0000000..f962090 --- /dev/null +++ b/SurveyBackend/SurveyBackend.API/Controllers/TestController.cs @@ -0,0 +1,6 @@ +namespace SurveyBackend.Controllers; + +public class TestController +{ + +} \ No newline at end of file diff --git a/SurveyLib b/SurveyLib index 6e8d6ce..7bbc78f 160000 --- a/SurveyLib +++ b/SurveyLib @@ -1 +1 @@ -Subproject commit 6e8d6cebdd834a596d3f05e4774cf9ab6abeb06e +Subproject commit 7bbc78fbd7eef3bb2497b966ea73eba31aa7032c