Method | Description | |
---|---|---|
Delete ( ArmedCards.BusinessLogic.Repositories.GameRound delete ) : System | ||
Execute ( Entities filter ) : void |
Delete a game round and all cards played during the round
|
public Delete ( ArmedCards.BusinessLogic.Repositories.GameRound delete ) : System | ||
delete | ArmedCards.BusinessLogic.Repositories.GameRound | |
return | System |
public Execute ( Entities filter ) : void | ||
filter | Entities | The filter used to determine what to delete |
return | void |