Update ubout DataProvider
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using LiteDB;
|
||||
|
||||
using skydiveLogs_api.Model;
|
||||
|
||||
|
||||
namespace skydiveLogs_api.Data.Interface
|
||||
{
|
||||
@@ -8,5 +10,15 @@ namespace skydiveLogs_api.Data.Interface
|
||||
LiteCollection<T> GetCollection<T>();
|
||||
|
||||
void Close();
|
||||
|
||||
LiteCollection<Aircraft> CollOfAircraft { get; }
|
||||
|
||||
LiteCollection<DropZone> CollOfDropZone { get; }
|
||||
|
||||
LiteCollection<Gear> CollOfGear { get; }
|
||||
|
||||
LiteCollection<JumpType> CollOfJumpType { get; }
|
||||
|
||||
LiteCollection<Jump> CollOfJump { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user