Пример #1
0
 public Task <GetPloegenResponse> GetPloegenAsync(GetPloegenRequest request)
 {
     return(CompetitieService.GetPloegenAsync(request));
 }
Пример #2
0
 public GetPloegenResponse GetPloegen(GetPloegenRequest request)
 {
     return(CompetitieService.GetPloegen(request));
 }