mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Remove unneeded code that has been substituted by Entity Framework.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user