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

Implementation of Base.IInsert
Inheritance: Base.IInsert
Afficher le fichier Open project: kwmcrell/ArmedCards

Méthodes publiques

Méthode Description
Execute ( Int32 gameID, Entities commander ) : Entities.GameRound

Insert new game round

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

Method Details

Execute() public méthode

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
Résultat Entities.GameRound

Insert() public méthode

public Insert ( ArmedCards.BusinessLogic.DomainServices.GameRound insertGameRound ) : System
insertGameRound ArmedCards.BusinessLogic.DomainServices.GameRound
Résultat System