C# 클래스 ArmedCards.BusinessLogic.AppServices.GameRoundCard.Select

Implementation of Base.ISelect
상속: Base.ISelect
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
Execute ( Int32 gameRoundID ) : List

Selects game round cards

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

메소드 상세

Execute() 공개 메소드

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

Select() 공개 메소드

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