コード例 #1
0
 public Task <GetBasisOrganisatieForTypeResponse> GetBasisOrganisatieForTypeAsync(GetBasisOrganisatieForTypeRequest request)
 {
     return(LedenadministratieService.GetBasisOrganisatieForTypeAsync(request));
 }
コード例 #2
0
 public GetBasisOrganisatieForTypeResponse GetBasisOrganisatieForType(GetBasisOrganisatieForTypeRequest request)
 {
     return(LedenadministratieService.GetBasisOrganisatieForType(request));
 }