Add methods used for the graph of the tunnel flights
This commit is contained in:
@@ -7,14 +7,14 @@ namespace skydiveLogs_api.DomainService.Repositories
|
||||
{
|
||||
#region Public Methods
|
||||
|
||||
bool DeleteById(int id);
|
||||
|
||||
IEnumerable<Jump> GetAll(User user);
|
||||
|
||||
IEnumerable<Jump> GetBetweenIndex(User user, int beginIndex, int endIndex);
|
||||
|
||||
int GetCount(User user);
|
||||
|
||||
bool DeleteById(int id);
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
}
|
||||
@@ -16,6 +16,8 @@ namespace skydiveLogs_api.DomainService.Repositories
|
||||
|
||||
int GetCount(User user);
|
||||
|
||||
bool DeleteById(int id);
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user