コード例 #1
0
 private MainDeck CreateMainDeck(int numberOfPlayers)
 {
     return(_dao.CreateMainDeck(numberOfPlayers));
 }