using System; using System.Collections.Generic; using System.Text; using skydiveLogs_api.Data.Interface; namespace skydiveLogs_api.Data { public class JumpRepository : IJumpRepository { } }