ArmedCards.BusinessLogic.DomainServices.Game.Update.Execute C# (CSharp) Метод

Execute() публичный Метод

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
Результат void
        public void Execute(Entities.Filters.Game.UpdateDates filter)
        {
            _update.Execute(filter);
        }