' Options: 'Date: 2024-09-19 17:37:31 'Version: 8.22 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://support.bettor-dual-stage.webhop.biz ' '''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: RequestSupport.* '''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 Betting.Common Imports Starnet.Common Imports Support.WebApi.ServiceModel Namespace Global Namespace Betting.Common Public Partial Class BettingApp Public Overridable Property Name As String Public Overridable Property Version As String End Class Public Partial Class Origin Public Overridable Property Application As BettingApp Public Overridable Property IP As String Public Overridable Property Organization As Ref Public Overridable Property Region As Ref Public Overridable Property LocationGroup As Ref Public Overridable Property Location As Ref Public Overridable Property Device As Ref Public Overridable Property Clerk As Ref End Class End Namespace Namespace Starnet.Common Public Partial Class Ref Public Overridable Property Id As String Public Overridable Property Val As String End Class End Namespace Namespace Support.WebApi.ServiceModel Public Partial Class RequestSupport Implements IReturn(Of ResponseStatus) Public Overridable Property Origin As Origin End Class End Namespace End Namespace