C# Class ArmedCards.BusinessLogic.AppServices.GameRoundCard.Update

Implementation of Base.IUpdate
Inheritance: Base.IUpdate
Show file Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Execute ( Entities filter ) : System.Boolean

Update winning cards for the round

Update ( ArmedCards.BusinessLogic.DomainServices.GameRoundCard updateGameRoundCard ) : System

Method Details

Execute() public method

Update winning cards for the round
public Execute ( Entities filter ) : System.Boolean
filter Entities
return System.Boolean

Update() public method

public Update ( ArmedCards.BusinessLogic.DomainServices.GameRoundCard updateGameRoundCard ) : System
updateGameRoundCard ArmedCards.BusinessLogic.DomainServices.GameRoundCard
return System