Add function to get the tunnel flights between dates
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using skydiveLogs_api.Domain;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.DomainService.Repositories
|
||||
@@ -11,6 +12,8 @@ namespace skydiveLogs_api.DomainService.Repositories
|
||||
|
||||
IEnumerable<TunnelFlight> GetBetweenIndex(User user, int beginIndex, int endIndex);
|
||||
|
||||
IEnumerable<TunnelFlight> GetBetweenDate(User user, DateTime beginDate, DateTime endDate);
|
||||
|
||||
int GetCount(User user);
|
||||
|
||||
#endregion Public Methods
|
||||
|
||||
Reference in New Issue
Block a user