Beispiel #1
0
 public IActionResult GetList()
 {
     return(Ok(_gameSessionService.GetAll()));
 }