Ajout de l'implémentation des stats par dz, avion, piège et annèe.

This commit is contained in:
Sébastien André
2019-10-25 15:05:57 +02:00
parent e8dacaaefe
commit 6499e03c56
11 changed files with 159 additions and 25 deletions

View File

@@ -8,6 +8,7 @@ namespace skydiveLogs_api.Data.Interface
public interface IJumpRepository
{
IEnumerable<Jump> GetAllJumps();
Jump GetJumpById(int id);
}
}