Begin with add services and interfaces
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
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