move services to separate project

+ add GetByUserId methods to Survey
This commit is contained in:
Вячеслав 2025-04-19 00:33:03 +05:00
parent 4caf3de6fe
commit cc89ff818b
8 changed files with 37 additions and 3 deletions

View file

@ -16,4 +16,8 @@
<ProjectReference Include="..\SurveyLib.Core\SurveyLib.Core.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Services\" />
</ItemGroup>
</Project>