10 lines
241 B
C#
10 lines
241 B
C#
using xAiApi.Data.Interfaces;
|
|
using xDataService.Interfaces;
|
|
|
|
namespace xAiApi.Data.Configurations
|
|
{
|
|
public class XAiApiDbSeederConfig : IXAiApiDbSeederConfig, IXDbSeederConfig
|
|
{
|
|
public bool UpdateExists { get; set; }
|
|
}
|
|
} |