Add a link betweend a gear to the connected user.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
using skydiveLogs_api.Model;
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.Data.Interface
|
||||
{
|
||||
public interface IGearRepository : IRepository<Gear>
|
||||
{
|
||||
IEnumerable<Gear> GetAll(User connectedUser);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user