Exemple #1
0
 public async Task <IEnumerable <Power> > Get()
 {
     return(await _service.GetPowersAsync());
 }