using System; using System.Collections.Generic; using System.Text; using skydiveLogs_api.Business.Interface; namespace skydiveLogs_api.Business { public class DropZoneService : IDropZoneService { } }