(* Options: Date: 2025-06-07 19:35:49 Version: 8.12 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://soluser-recaudo.sgsas.co //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: CombinacionTextosRQ.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Administrador.Modelo.Tipos open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type CombinacionTextosRS() = member val Success:Boolean = new Boolean() with get,set member val Res:String = null with get,set member val Error:String = null with get,set member val Texto:String = null with get,set member val Formato:String = null with get,set [] [] type CombinacionTextosRQ() = interface IReturn member val Id:Int32 = new Int32() with get,set member val DatosForma:Dictionary = new Dictionary() with get,set member val DatosAdicionales:Dictionary = new Dictionary() with get,set