' Options: 'Date: 2025-04-04 17:19:18 'Version: 5.140 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api.clubmanagercentral.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: FindBranchCreated.* '''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 ClubManager.Api.Services.Query Namespace Global Namespace ClubManager.Api.Services.Query Public Partial Class BranchCreatedInstance Public Overridable Property BranchCreatedId As Integer Public Overridable Property ParentBranchId As Integer Public Overridable Property ParentMemberId As Integer Public Overridable Property ChildBranchId As Integer Public Overridable Property DiscountPercent As Nullable(Of Integer) Public Overridable Property CommissionPercent As Nullable(Of Integer) Public Overridable Property CreatedByUserId As Integer Public Overridable Property Created As Nullable(Of Date) Public Overridable Property Deleted As Nullable(Of Date) Public Overridable Property DeletedByUserId As Nullable(Of Integer) Public Overridable Property CreatedUserId As Nullable(Of Integer) End Class Public Partial Class FindBranchCreated Inherits QueryDb(Of BranchCreatedInstance) Implements IReturn(Of QueryResponse(Of BranchCreatedInstance)) End Class End Namespace End Namespace