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