コード例 #1
0
 public IActionResult SetAsAdditionPlayer(int userId, bool seeOn = true)
 {
     try
     {
         return(Ok(_tableService.SetAsAdditionPlayer(userId, seeOn)));
     }
     catch (System.Exception ex)
     {
         return(BadRequest(ex));
     }
 }