Files
xSaherElmAiApi/AI/Interfaces/Entities/IXAiProjectEvents.cs
T
2026-04-24 00:33:50 +03:30

8 lines
192 B
C#

using xAiApi.AI.Models.Entities;
using xDataService.Interfaces;
namespace xAiApi.AI.Interfaces.Entities
{
public interface IXAiProjectEvents : IXBaseRepositoryEvents<XAiProject>
{ }
}