' Options: 'Date: 2025-06-13 07:14:21 'Version: 6.40 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://ws.jimsnwa.com ' '''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 System.IO 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