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
+5
View File
@@ -0,0 +1,5 @@
namespace xServices.Base
{
public interface IXBaseService
{ }
}
+5
View File
@@ -0,0 +1,5 @@
namespace xServices.Base
{
public class XBaseService : IXBaseService
{ }
}