8 lines
192 B
C#
8 lines
192 B
C#
using xAiApi.AI.Models.Entities;
|
|
using xDataService.Interfaces;
|
|
|
|
namespace xAiApi.AI.Interfaces.Entities
|
|
{
|
|
public interface IXAiProjectEvents : IXBaseRepositoryEvents<XAiProject>
|
|
{ }
|
|
} |