ArmedCards.BusinessLogic.AppServices.Game.Update.Execute C# (CSharp) Method

Execute() public method

Update the game's shuffle counts based on filter
public Execute ( Entities filter ) : void
filter Entities The filter used to determine what game to update and the counts to update it with
return void
        public void Execute(Entities.Filters.Game.UpdateCounts filter)
        {
            _update.Execute(filter);
        }

Same methods

Update::Execute ( Int32 gameID, System.DateTime playedLast, System.DateTime gameOver ) : void