C# Class ArmedCards.BusinessLogic.AppServices.GameRoundCard.Select

Implementation of Base.ISelect
Inheritance: Base.ISelect
Afficher le fichier Open project: kwmcrell/ArmedCards

Méthodes publiques

Méthode Description
Execute ( Int32 gameRoundID ) : List

Selects game round cards

Select ( ArmedCards.BusinessLogic.DomainServices.GameRoundCard selectGameRoundCard ) : System

Method Details

Execute() public méthode

Selects game round cards
public Execute ( Int32 gameRoundID ) : List
gameRoundID System.Int32 Game Round ID to select cards for
Résultat List

Select() public méthode

public Select ( ArmedCards.BusinessLogic.DomainServices.GameRoundCard selectGameRoundCard ) : System
selectGameRoundCard ArmedCards.BusinessLogic.DomainServices.GameRoundCard
Résultat System