Store the user statistics for the performance.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using skydiveLogs_api.Domain;
|
||||
|
||||
namespace skydiveLogs_api.DomainService.Repositories
|
||||
{
|
||||
public interface IUserStatsRepository : IRepository<UserStats>
|
||||
{
|
||||
#region Public Methods
|
||||
|
||||
UserStats GetAll(User user);
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user