move services to separate project
+ add GetByUserId methods to Survey
This commit is contained in:
parent
4caf3de6fe
commit
cc89ff818b
8 changed files with 37 additions and 3 deletions
13
SurveyLib.Services/SurveyLib.Services.csproj
Normal file
13
SurveyLib.Services/SurveyLib.Services.csproj
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\SurveyLib.Core\SurveyLib.Core.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue