Initial ...

This commit is contained in:
2026-03-22 14:06:31 +03:30
commit 227b0e9740
23 changed files with 1321 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace xServices.Constants
{
public struct ConfigurationNodeNames
{
public const string SERVICES_NODE = "ServicesConfiguration";
}
}