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

Implementation of Base.IUpdate
Inheritance: Base.IUpdate
Datei anzeigen Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Execute ( Entities filter ) : void

Update a game player's point count

Update ( ArmedCards.BusinessLogic.DomainServices.GamePlayer update ) : System

Method Details

Execute() public method

Update a game player's point count
public Execute ( Entities filter ) : void
filter Entities The filter used to update a player's points
return void

Update() public method

public Update ( ArmedCards.BusinessLogic.DomainServices.GamePlayer update ) : System
update ArmedCards.BusinessLogic.DomainServices.GamePlayer
return System