C# 클래스 ArmedCards.BusinessLogic.AppServices.GameRound.Insert

Implementation of Base.IInsert
상속: Base.IInsert
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
Execute ( Int32 gameID, Entities commander ) : Entities.GameRound

Insert new game round

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

메소드 상세

Execute() 공개 메소드

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
리턴 Entities.GameRound

Insert() 공개 메소드

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