(* Options: Date: 2025-05-24 22:26:02 Version: 6.41 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://netcom.poslovnisoftver.rs //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: DobaviKategorije1.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace SynapseNetCom.ServiceModel.Dtos open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type IdNaziv() = member val Id:String = null with get,set member val Naziv:String = null with get,set [] type DobaviKategorije1Result() = member val Kategorije1:ResizeArray = new ResizeArray() with get,set member val ResponseStatus:ResponseStatus = null with get,set [] [] type DobaviKategorije1() = interface IReturn interface IGet