Files
Sdaleo/Systems/MySql/Database.cs
2016-07-21 16:55:03 -04:00

12 lines
167 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Sdaleo.Systems.MySql
{
class Database
{
}
}