C# Class ArmedCards.BusinessLogic.AppServices.GameRound.Delete

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

Méthodes publiques

Méthode Description
Delete ( ArmedCards.BusinessLogic.DomainServices.GameRound delete ) : System
Execute ( Entities filter ) : void

Delete a game round and all cards played during the round

Method Details

Delete() public méthode

public Delete ( ArmedCards.BusinessLogic.DomainServices.GameRound delete ) : System
delete ArmedCards.BusinessLogic.DomainServices.GameRound
Résultat System

Execute() public méthode

Delete a game round and all cards played during the round
public Execute ( Entities filter ) : void
filter Entities The filter used to determine what to delete
Résultat void