7 lines
138 B
C#
7 lines
138 B
C#
using xDataService.Interfaces;
|
|
|
|
namespace xAiApi.Data.Interfaces
|
|
{
|
|
public interface IXAiApiDbSeederConfig : IXDbSeederConfig
|
|
{ }
|
|
} |