public BookModel () : base() { SetList = new CardSetList (); Cards = new List<CardInfo> (); }
public BookModel() : base() { SetList = new CardSetList(); Cards = new List <CardInfo> (); }
public IndexModel() : base() { SetList = new CardSetList(); Cards = new List <CardInfo> (); RandomCards = new List <Card>(); }