Add a link betweend a gear to the connected user.
This commit is contained in:
@@ -6,6 +6,5 @@ namespace skydiveLogs_api.Data.Interface
|
||||
public interface IJumpRepository : IRepository<Jump>
|
||||
{
|
||||
IEnumerable<Jump> GetAll(User user);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user