C# Class ArmedCards.DataAccess.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 ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System

Dependency Injected Constructor

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

Dependency Injected Constructor
public Update ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System
db Microsoft.Practices.EnterpriseLibrary.Data.Database Database
return System