示例#1
0
 public async Task <IEnumerable <DockerContainer> > Get()
 {
     return(await _droneService.ListAsync());
 }