コード例 #1
0
 public Task <GetPloegenResponse> GetPloegenAsync(GetPloegenRequest request)
 {
     return(CompetitieService.GetPloegenAsync(request));
 }
コード例 #2
0
 public GetPloegenResponse GetPloegen(GetPloegenRequest request)
 {
     return(CompetitieService.GetPloegen(request));
 }