last ...
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using xAiApi.AI.Models.Entities;
|
||||
using xAiApi.Data.Models.Entities;
|
||||
using xDataService.Configuration;
|
||||
using xDataService.Db;
|
||||
@@ -10,6 +11,13 @@ namespace xAiApi.Data
|
||||
//
|
||||
#region DbSets ...
|
||||
public DbSet<XTest> Tests { get; set; }
|
||||
|
||||
//
|
||||
// Ai Entities ...
|
||||
|
||||
public DbSet<XAiMessage> AiMessages { get; set; }
|
||||
public DbSet<XAiProject> AiProjects { get; set; }
|
||||
public DbSet<XAiConversation> AiConversations { get; set; }
|
||||
#endregion
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user