Beispiel #1
0
 public static int IsInEscortDeck(int ship_mem_id)
 {
     return(_userInfoModel.GetEscortDeckId(ship_mem_id));
 }