Add Required Stuffs to running Project on net8.0 ...
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using xAiApi.Data.Interfaces;
|
||||
using xDataService.Interfaces;
|
||||
|
||||
namespace xAiApi.Data.Configurations
|
||||
{
|
||||
public class XAiApiDbSeederConfig : IXAiApiDbSeederConfig, IXDbSeederConfig
|
||||
{
|
||||
public bool UpdateExists { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user