using xDataService.Interfaces; namespace xAiApi.Data.Interfaces { public interface IXAiApiDbSeederConfig : IXDbSeederConfig { } }