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

Implementation of Base.ISelect
Inheritance: Base.ISelect
显示文件 Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Execute ( Int32 gameRoundID ) : List

Selects game round cards

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

Method Details

Execute() public method

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

Select() public method

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