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

Implementation of Base.ISelect
Inheritance: Base.ISelect
Datei anzeigen Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Execute ( Int32 gameID, Int32 userId ) : List

Selects game player

Select ( ArmedCards.BusinessLogic.DomainServices.GamePlayerCard select ) : System

Method Details

Execute() public method

Selects game player
public Execute ( Int32 gameID, Int32 userId ) : List
gameID System.Int32 The game ID used to filter game player cards
userId System.Int32 Current user Id
return List

Select() public method

public Select ( ArmedCards.BusinessLogic.DomainServices.GamePlayerCard select ) : System
select ArmedCards.BusinessLogic.DomainServices.GamePlayerCard
return System