This commit is contained in:
mmrbnjd
2025-08-16 01:12:45 +03:30
parent eeb659a0df
commit 029a10e1af
8 changed files with 621 additions and 5 deletions

View File

@@ -37,6 +37,8 @@ namespace Hushian.Domain.Entites
= new List<Conversation>();
public ICollection<CompanyContentInfo> CompanyContentInfos { get; set; }
= new List<CompanyContentInfo>();
public ICollection<Prompt> prompts { get; set; }
= new List<Prompt>();
#endregion
}
}