Consistent Interface added to GsmMgr.

This commit is contained in:
2020-07-06 17:39:44 +01:00
parent 0b5e174785
commit 62b29d3aff
4 changed files with 19 additions and 15 deletions
@@ -1,12 +1,9 @@
using Microsoft.Data.Sqlite;
using System;
using System.Collections.Generic;
using System.Text;
namespace GSMParser.Inferfaces
{
public interface IGsmSqliteDBConnection
{
public SqliteConnection Database { get; }
void SetDatabaseInstance(SqliteConnection db);
}
}