add support for XWebinarGroupEntity and it's InMemory Repository and also Register it's required Services and usage in WebinarHub ...

This commit is contained in:
2025-11-28 07:53:17 +03:30
parent a3496e601b
commit c1cc975fcb
6 changed files with 184 additions and 10 deletions
+2 -2
View File
@@ -22,7 +22,7 @@
<!-- Local Modules -->
<ItemGroup>
<PackageReference Include="xDashboard.xDataService" Version="1.0.0" />
<!-- <PackageReference Include="xDashboard.xDataService" Version="1.0.0" /> -->
<PackageReference Include="xDashboard.xStringService" Version="1.0.0" />
<!-- <PackageReference Include="xDashboard.xIdentityService" Version="1.0.0" /> -->
</ItemGroup>
@@ -31,8 +31,8 @@
<ItemGroup>
<ProjectReference Include="../xPushService/xPushService.csproj" />
<ProjectReference Include="../xIdentityService/xIdentityService.csproj" />
<!--
<ProjectReference Include="../xDataService/xDataService.csproj" />
<!--
<ProjectReference Include="../xStringService/xStringService.csproj" />
-->
</ItemGroup>