C# Class ArmedCards.BusinessLogic.AppServices.GameRound.Insert

Implementation of Base.IInsert
Inheritance: Base.IInsert
Datei anzeigen Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Execute ( Int32 gameID, Entities commander ) : Entities.GameRound

Insert new game round

Insert ( ArmedCards.BusinessLogic.DomainServices.GameRound insertGameRound ) : System

Method Details

Execute() public method

Insert new game round
public Execute ( Int32 gameID, Entities commander ) : Entities.GameRound
gameID System.Int32 The game ID for the new round
commander Entities The round's card commander
return Entities.GameRound

Insert() public method

public Insert ( ArmedCards.BusinessLogic.DomainServices.GameRound insertGameRound ) : System
insertGameRound ArmedCards.BusinessLogic.DomainServices.GameRound
return System