Update about the relation column "User" for the images
and begin to add a column in "Aircraft"
This commit is contained in:
@@ -5,7 +5,7 @@ namespace skydiveLogs_api.Data.Interface
|
||||
{
|
||||
public interface IJumpRepository : IRepository<Jump>
|
||||
{
|
||||
IEnumerable<Jump> GetAll(int userId);
|
||||
IEnumerable<Jump> GetAll(User user);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user