Beispiel #1
0
 public IActionResult GetPowersName()
 {
     return(Ok(_powerService.GetPowersName()));
 }