C# Class ArmedCards.BusinessLogic.DomainServices.Card.Shuffle

Implementation of Base.IShuffle
Inheritance: Base.IShuffle
Show file Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Execute ( Entities game, List &questions, List &answers ) : void

Get cards shuffle and seperate into questions and answers

Shuffle ( ArmedCards.BusinessLogic.AppServices selectCard ) : System

Method Details

Execute() public method

Get cards shuffle and seperate into questions and answers
public Execute ( Entities game, List &questions, List &answers ) : void
game Entities The game to get cards for
questions List A list of question cards
answers List A list of answer cards
return void

Shuffle() public method

public Shuffle ( ArmedCards.BusinessLogic.AppServices selectCard ) : System
selectCard ArmedCards.BusinessLogic.AppServices
return System