using skydiveLogs_api.Domain; namespace skydiveLogs_api.DomainService.Repositories { public interface IDropZoneRepository : IRepository { } }