ArmedCards.Web.Controllers.Game.Board.LeaveController.LeaveController C# (CSharp) Метод

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

public LeaveController ( ArmedCards.BusinessLogic.AppServices leaveGame ) : System
leaveGame ArmedCards.BusinessLogic.AppServices
Результат System
        public LeaveController(AS.Game.Base.ILeave leaveGame)
        {
            this._leaveGame = leaveGame;
        }