(* Options: Date: 2025-05-25 00:53:22 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: DobaviTipoveArtikala.* //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 DobaviTipoveArtikalaResult() = member val TipoviArtikala:ResizeArray = new ResizeArray() with get,set member val ResponseStatus:ResponseStatus = null with get,set [] [] type DobaviTipoveArtikala() = interface IReturn interface IGet