C# Class ArmedCards.BusinessLogic.DomainServices.Game.Update

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

Public Methods

Method Description
Execute ( Entities filter ) : void

Update last played and possibly game over date based on filter

Update ( ArmedCards.BusinessLogic.Repositories.Game update ) : System

Method Details

Execute() public method

Update last played and possibly game over date based on filter
public Execute ( Entities filter ) : void
filter Entities The filter used to determine what game to update and the dates to update it with
return void

Update() public method

public Update ( ArmedCards.BusinessLogic.Repositories.Game update ) : System
update ArmedCards.BusinessLogic.Repositories.Game
return System