' Options: 'Date: 2026-06-01 15:17:27 'Version: 8.22 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://remservices.eyyubiye.bel.tr ' '''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: AddRemAttachment.* '''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 DaBRemServices.ServiceModel Namespace Global Namespace DaBRemServices.ServiceModel Public Partial Class AddRemAttachment Implements IReturn(Of AddRemAttachmentResponse) Public Sub New() Content = New Byte(){} End Sub Public Overridable Property ClientKey As String Public Overridable Property AuthorizationID As String Public Overridable Property RemID As Long Public Overridable Property AttacmentName As String Public Overridable Property Content As Byte() Public Overridable Property SubscriberID As String End Class Public Partial Class AddRemAttachmentResponse Public Overridable Property AttachmentID As Long End Class End Namespace End Namespace