commit a7479bd2fe8733691b21d46625e4e229447b9d1e Author: Hadi Khazaee Asl Date: Mon Nov 3 19:50:21 2025 +0330 Initial Commit ... diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d4a6c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin +obj \ No newline at end of file diff --git a/Configurations/.gitkeep b/Configurations/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Constants/xWebinarServiceConstants.cs b/Constants/xWebinarServiceConstants.cs new file mode 100644 index 0000000..6135890 --- /dev/null +++ b/Constants/xWebinarServiceConstants.cs @@ -0,0 +1,3 @@ +namespace xWebinarService.Constants { + public class xWebinarServiceConstants { } +} \ No newline at end of file diff --git a/DI/XDIHelperExtension.cs b/DI/XDIHelperExtension.cs new file mode 100644 index 0000000..f0aba89 --- /dev/null +++ b/DI/XDIHelperExtension.cs @@ -0,0 +1,3 @@ +namespace xWebinarService.DI { + public static class XDIHelperExtension { } +} \ No newline at end of file diff --git a/Extensions/xWebinarServiceExtensions.cs b/Extensions/xWebinarServiceExtensions.cs new file mode 100644 index 0000000..f13e31d --- /dev/null +++ b/Extensions/xWebinarServiceExtensions.cs @@ -0,0 +1,3 @@ +namespace xWebinarService.Extensions { + public static class xWebinarServiceExtensions { } +} \ No newline at end of file diff --git a/Helpers/.gitkeep b/Helpers/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Interfaces/.gitkeep b/Interfaces/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Models/.gitkeep b/Models/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Providers/.gitkeep b/Providers/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..f56e26a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# xWebinarService + +it is a Part of xDashboard on SaherElm IT Center which provides: + +## Maintainer + +Hadi Khazaee asl + + + +hadi_khazaee_asl@yahoo.com diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..632defe --- /dev/null +++ b/nuget.config @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/xWebinarService.csproj b/xWebinarService.csproj new file mode 100644 index 0000000..1ca30d7 --- /dev/null +++ b/xWebinarService.csproj @@ -0,0 +1,20 @@ + + + + + netstandard2.0 + xDashboard.xWebinarService + 1.0.0 + Hadi Khazaee Asl + SaherElm IT Center + + it is a Part of xDashboard on SaherElm IT Center which provides: + + + + + + + + +