Метод | Описание | |
---|---|---|
Execute ( Entities filter ) : Entities.Game |
Selects a game based on supplied filter
|
|
Execute ( Entities filter ) : List |
Selects all games based on supplied filter
|
|
Select ( ArmedCards.DataAccess.Game selectGame, GamePlayer selectGamePlayerREPO, ArmedCards.BusinessLogic.AppServices selectDeck, ArmedCards.BusinessLogic.AppServices selectGameRound ) : System |
public Execute ( Entities filter ) : Entities.Game | ||
filter | Entities | Filter used to select game |
Результат | Entities.Game |
public Execute ( Entities filter ) : List |
||
filter | Entities | Filter used to select games |
Результат | List |
public Select ( ArmedCards.DataAccess.Game selectGame, GamePlayer selectGamePlayerREPO, ArmedCards.BusinessLogic.AppServices selectDeck, ArmedCards.BusinessLogic.AppServices selectGameRound ) : System | ||
selectGame | ArmedCards.DataAccess.Game | |
selectGamePlayerREPO | GamePlayer | |
selectDeck | ArmedCards.BusinessLogic.AppServices | |
selectGameRound | ArmedCards.BusinessLogic.AppServices | |
Результат | System |