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