예제 #1
0
 public IActionResult endGame(string RoomCode)
 {
     _repo.EndGame(RoomCode);
     return(Ok());
 }