Add an endpoint to call the lof of jumps by page.
This commit is contained in:
@@ -11,6 +11,10 @@ namespace skydiveLogs_api.DomainService.Repositories
|
||||
|
||||
IEnumerable<Jump> GetAll(User user);
|
||||
|
||||
IEnumerable<Jump> GetBetweenIndex(User user, int beginIndex, int endIndex);
|
||||
|
||||
int GetCount(User user);
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
}
|
||||
@@ -12,6 +12,8 @@ namespace skydiveLogs_api.DomainService.Repositories
|
||||
|
||||
T GetById(int id);
|
||||
|
||||
int GetCount();
|
||||
|
||||
bool Update(T updated);
|
||||
|
||||
#endregion Public Methods
|
||||
|
||||
Reference in New Issue
Block a user