Exemple #1
0
 public async Task <IActionResult> GetById(int id)
 {
     return(Ok(await _powerService.FindPowerDtoById(id)));
 }