Update LiteDb, but KO bdd
This commit is contained in:
@@ -7,18 +7,18 @@ namespace skydiveLogs_api.Data.Interface
|
||||
{
|
||||
public interface IDataProvider
|
||||
{
|
||||
LiteCollection<T> GetCollection<T>();
|
||||
ILiteCollection<T> GetCollection<T>();
|
||||
|
||||
void Close();
|
||||
|
||||
LiteCollection<Aircraft> CollOfAircraft { get; }
|
||||
ILiteCollection<Aircraft> CollOfAircraft { get; }
|
||||
|
||||
LiteCollection<DropZone> CollOfDropZone { get; }
|
||||
ILiteCollection<DropZone> CollOfDropZone { get; }
|
||||
|
||||
LiteCollection<Gear> CollOfGear { get; }
|
||||
ILiteCollection<Gear> CollOfGear { get; }
|
||||
|
||||
LiteCollection<JumpType> CollOfJumpType { get; }
|
||||
ILiteCollection<JumpType> CollOfJumpType { get; }
|
||||
|
||||
LiteCollection<Jump> CollOfJump { get; }
|
||||
ILiteCollection<Jump> CollOfJump { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user