Esempio n. 1
0
 public async Task <ActionResult <IEnumerable <MinecraftPod> > > Get()
 {
     return(await _client.GetServicePods());
 }