C# Класс ArmedCards.BusinessLogic.Repositories.Game.Update

Implementation of Base.IUpdate
Наследование: Base.IUpdate
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( Entities filter ) : void

Update last played and possibly game over date based on filter

Update ( ArmedCards.DataAccess.Game update ) : System

Описание методов

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

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

public Update ( ArmedCards.DataAccess.Game update ) : System
update ArmedCards.DataAccess.Game
Результат System