Update to Onion Architecture.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using skydiveLogs_api.Domain;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.DomainService.Repositories
|
||||
{
|
||||
public interface IGearRepository : IRepository<Gear>
|
||||
{
|
||||
IEnumerable<Gear> GetAll(User connectedUser);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user