Ejemplo n.º 1
0
 public async Task <Power> Get(int id)
 {
     return(await _service.GetPowerAsync(id));
 }