Beispiel #1
0
 public async Task <Server> GetAsync(long id)
 {
     return(await _endpointService.GetAsync(id));
 }
 public async Task <LoadBalancerType> GetAsync(long id)
 {
     return(await _endpointService.GetAsync(id));
 }
Beispiel #3
0
 public async Task <FloatingIp> GetAsync(long id)
 {
     return(await _endpointService.GetAsync(id));
 }
 public async Task <Certificate> GetAsync(long id)
 {
     return(await _endpointService.GetAsync(id));
 }