Update LiteDb, but KO bdd

This commit is contained in:
Sébastien André
2020-02-03 18:14:51 +01:00
parent 55ff52fd19
commit e19fc02a6f
17 changed files with 153 additions and 1071 deletions

View File

@@ -55,6 +55,6 @@ namespace skydiveLogs_api.Data
private readonly IDataProvider _dataProvider;
private readonly LiteCollection<Jump> _col;
private readonly ILiteCollection<Jump> _col;
}
}