Add an interface for the stats repo
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.Infrastructure
|
||||
{
|
||||
public class StatsByDzRepository : IStatsByDzRepository
|
||||
public class StatsByDzRepository : IStatsRepository<StatsByDz>
|
||||
{
|
||||
#region Public Constructors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user