IOBERONServiceGetCompanyBranches Method | |
Vráti zoznam prevádzok.
Namespace: Exa.OBERON.ServicesAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 4.6.14.0 (4.6.14.0)
Syntax ResultValue<List<CompanyBranch>> GetCompanyBranches()
Function GetCompanyBranches As ResultValue(Of List(Of CompanyBranch))
Dim instance As IOBERONService
Dim returnValue As ResultValue(Of List(Of CompanyBranch))
returnValue = instance.GetCompanyBranches()
Return Value
ResultValueListCompanyBranchVráti pole tried
CompanyBranch.
See Also