' Options: 'Date: 2025-06-07 18:48:47 'Version: 8.12 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://soluser-recaudo.sgsas.co ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: ValoresDefectoFormaRQ.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Administrador.Modelo.Tipos Namespace Global Namespace Administrador.Modelo.Tipos Public Partial Class ValoresDefectoFormaRQ Implements IReturn(Of ValoresDefectoFormaRS) Public Sub New() Parametros = New Dictionary(Of String, Object) End Sub Public Overridable Property IDTabla As Integer Public Overridable Property Parametros As Dictionary(Of String, Object) End Class Public Partial Class ValoresDefectoFormaRS Public Sub New() ValoresDefecto = New Dictionary(Of String, Object) End Sub Public Overridable Property ValoresDefecto As Dictionary(Of String, Object) End Class End Namespace End Namespace