ArmedCards.BusinessLogic.AppServices.Game.Update.Execute C# (CSharp) Méthode

Execute() public méthode

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
Résultat 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