C# Класс ArmedCards.BusinessLogic.DomainServices.Game.Leave

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

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

Метод Описание
Execute ( Int32 gameID, Entities user, Entities playerType ) : void

Removes a player from the game

Leave ( ArmedCards.BusinessLogic.Repositories leaveGame ) : System

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

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

Removes a player from the game
public Execute ( Int32 gameID, Entities user, Entities playerType ) : void
gameID System.Int32 The ID of the game to leave
user Entities The user leaving the game
playerType Entities Type of player leaving
Результат void

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

public Leave ( ArmedCards.BusinessLogic.Repositories leaveGame ) : System
leaveGame ArmedCards.BusinessLogic.Repositories
Результат System