/* Options: Date: 2025-01-08 03:18:41 Version: 8.53 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://blazordiffusion.com //GlobalNamespace: //MakePartial: True //MakeVirtual: True //MakeInternal: False //MakeDataContractsExtensible: False //AddNullableAnnotations: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //InitializeCollections: False //ExportValueTypes: False IncludeTypes: DeleteGenerationApiProvider.* //ExcludeTypes: //AddNamespaces: //AddDefaultXmlNamespace: http://schemas.servicestack.net/types */ using System; using System.IO; using System.Collections; using System.Collections.Generic; using System.Runtime.Serialization; using ServiceStack; using ServiceStack.DataAnnotations; using AiServer.ServiceModel.Types; using AiServer.ServiceModel; namespace AiServer.ServiceModel { public partial class DeleteGenerationApiProvider : IReturn, IDeleteDb { public virtual int? Id { get; set; } public virtual string Name { get; set; } } } namespace AiServer.ServiceModel.Types { public partial class GenerationApiProvider : AiProviderBase { [References(typeof(AiServer.ServiceModel.Types.GenerationApiType))] public virtual int GenerationApiTypeId { get; set; } public virtual GenerationApiType Type { get; set; } } }