Add some update
Add a TODO for the ideas
This commit is contained in:
@@ -21,13 +21,20 @@ namespace skydiveLogs_api.Infrastructure.Interfaces
|
||||
ILiteCollection<DropZone> CollOfDropZone { get; }
|
||||
|
||||
ILiteCollection<FavoriteDropZone> CollOfFavoriteDropZone { get; }
|
||||
|
||||
ILiteCollection<Gear> CollOfGear { get; }
|
||||
|
||||
ILiteCollection<UserImage> CollOfImage { get; }
|
||||
|
||||
ILiteCollection<Jump> CollOfJump { get; }
|
||||
|
||||
ILiteCollection<JumpType> CollOfJumpType { get; }
|
||||
|
||||
ILiteCollection<UserStats> CollOfStats { get; }
|
||||
|
||||
ILiteCollection<User> CollOfUser { get; }
|
||||
|
||||
ILiteCollection<TunnelFlight> CollOfTunnelFlight { get; }
|
||||
|
||||
#endregion Public Properties
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user