Remove unneeded code that has been substituted by Entity Framework.

This commit is contained in:
2018-08-06 23:48:38 +01:00
parent 36bc2b694e
commit 83ba8cf568
74 changed files with 1 additions and 11251 deletions

View File

@@ -57,17 +57,6 @@ namespace Cicm.Database
/// </summary>
void CloseDb();
/// <summary>
/// Creates a new database
/// </summary>
/// <param name="server">Server</param>
/// <param name="user">User</param>
/// <param name="database">Database name</param>
/// <param name="password">Password</param>
/// <param name="port">Port</param>
/// <returns><c>true</c> if database is created correctly, <c>false</c> otherwise</returns>
bool CreateDb(string database, string server, string user, string password, ushort port);
/// <summary>
/// Gets a data adapter for the opened database
/// </summary>