last ...
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using xAiModels.Models.Entities;
|
||||
using xAiModels.Providers.Entities;
|
||||
using xPushService.Interfaces;
|
||||
|
||||
namespace xAiModels.Interfaces.Entities
|
||||
{
|
||||
public interface IXAiConversationRepositoryProvider : IXBaseEntityProvider<XAiConversation, Guid, XAiConversationEntityHub>
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user