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