コード例 #1
0
 public XrefGameSessionUser GetCompleteGameSessionUser(int gameSessionId, string userName)
 {
     try
     {
         return(gameSessionService.GetCompleteGameSessionUser(gameSessionId, userName));
     }
     catch (Exception ex)
     {
         throw;
     }
 }