Initial Commit ...

This commit is contained in:
2025-11-03 19:50:21 +03:30
commit a7479bd2fe
12 changed files with 49 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
bin
obj
View File
+3
View File
@@ -0,0 +1,3 @@
namespace xWebinarService.Constants {
public class xWebinarServiceConstants { }
}
+3
View File
@@ -0,0 +1,3 @@
namespace xWebinarService.DI {
public static class XDIHelperExtension { }
}
+3
View File
@@ -0,0 +1,3 @@
namespace xWebinarService.Extensions {
public static class xWebinarServiceExtensions { }
}
View File
View File
View File
View File
+11
View File
@@ -0,0 +1,11 @@
# xWebinarService
it is a Part of xDashboard on SaherElm IT Center which provides:
## Maintainer
Hadi Khazaee asl
<https://www.saherelm.ir>
hadi_khazaee_asl@yahoo.com
+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="baget" value="https://nuget.saherelmhub.ir/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>
+20
View File
@@ -0,0 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- Runtime Definition -->
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>xDashboard.xWebinarService</PackageId>
<Version>1.0.0</Version>
<Authors>Hadi Khazaee Asl</Authors>
<Company>SaherElm IT Center</Company>
<Description>
it is a Part of xDashboard on SaherElm IT Center which provides:
</Description>
</PropertyGroup>
<!-- Local Modules -->
<ItemGroup>
<PackageReference Include="xDashboard.xCommons" Version="1.0.0" />
</ItemGroup>
</Project>