Store the user statistics for the performance.
This commit is contained in:
@@ -26,6 +26,7 @@ namespace skydiveLogs_api.Infrastructure.Interfaces
|
||||
ILiteCollection<UserImage> CollOfImage { get; }
|
||||
ILiteCollection<Jump> CollOfJump { get; }
|
||||
ILiteCollection<JumpType> CollOfJumpType { get; }
|
||||
ILiteCollection<UserStats> CollOfStats { get; }
|
||||
ILiteCollection<User> CollOfUser { get; }
|
||||
|
||||
#endregion Public Properties
|
||||
|
||||
Reference in New Issue
Block a user