' Options: 'Date: 2025-06-13 07:38:26 '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: RemoveCitizenRQ.* '''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 Nwa.Model.Tipos.nwa.citizen Imports Nwa.Model.Tipos.nwa.core Namespace Global Namespace Nwa.Model.Tipos.nwa.citizen Public Partial Class RemoveCitizenRQ Implements IReturn(Of CoreRS) Public Overridable Property Email As String End Class End Namespace Namespace Nwa.Model.Tipos.nwa.core Public Partial Class CoreRS Public Overridable Property Code As String Public Overridable Property ErrorMessage As String Public Overridable Property ErrorStackTrace As String End Class End Namespace End Namespace