(* Options: Date: 2025-05-24 22:36:56 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: DobaviDrzave.* //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 DobaviDrzaveResult() = member val Drzave:ResizeArray = new ResizeArray() with get,set member val ResponseStatus:ResponseStatus = null with get,set [] [] type DobaviDrzave() = interface IReturn interface IGet