Example #1
0
 public List <int> GetGroupIdsFromPlayer(int player_id)
 {
     return(context.GetGroupIdsFromPlayer(player_id));
 }