Initial Commit
This commit is contained in:
11
Systems/MySql/Credential.cs
Normal file
11
Systems/MySql/Credential.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Sdaleo.Systems.MySql
|
||||
{
|
||||
class Credential
|
||||
{
|
||||
}
|
||||
}
|
||||
11
Systems/MySql/Database.cs
Normal file
11
Systems/MySql/Database.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Sdaleo.Systems.MySql
|
||||
{
|
||||
class Database
|
||||
{
|
||||
}
|
||||
}
|
||||
11
Systems/MySql/General.cs
Normal file
11
Systems/MySql/General.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Sdaleo.Systems.MySql
|
||||
{
|
||||
class General
|
||||
{
|
||||
}
|
||||
}
|
||||
11
Systems/MySql/Internal/Validation.cs
Normal file
11
Systems/MySql/Internal/Validation.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Sdaleo.Systems.MySql.Internal
|
||||
{
|
||||
class Validation
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user