Add repos + repo interfaces + models + ioc
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using skydiveLogs_api.Domain;
|
||||
|
||||
namespace skydiveLogs_api.DomainService.Repositories
|
||||
{
|
||||
public interface IStatsByGearRepository : IRepository<StatsByGear>
|
||||
{
|
||||
#region Public Methods
|
||||
|
||||
StatsByGear GetAll(User user);
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user