17 lines
401 B
C#
17 lines
401 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Management.Instrumentation;
|
|
using System.Runtime.Serialization;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace BS.Shared.DataContracts.Feature.AI
|
|
{
|
|
//[DataContract]
|
|
//public class AiPromptbausteinFolderStructureDC : IDataContract
|
|
//{
|
|
// public AiPromptbausteinFolderDC MyProperty { get; set; }
|
|
//}
|
|
}
|