using xAiApi.Data.Interfaces; using xDataService.Interfaces; namespace xAiApi.Data.Configurations { public class XAiApiDbSeederConfig : IXAiApiDbSeederConfig, IXDbSeederConfig { public bool UpdateExists { get; set; } } }