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

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

Méthodes publiques

Méthode Description
Execute ( Int32 gameID, Int32 userId ) : List

Selects game player

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

Method Details

Execute() public méthode

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
Résultat List

Select() public méthode

public Select ( ArmedCards.BusinessLogic.DomainServices.GamePlayerCard select ) : System
select ArmedCards.BusinessLogic.DomainServices.GamePlayerCard
Résultat System