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

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

공개 메소드들

메소드 설명
Execute ( List roundCards ) : void

Insert Game Round cards into database

Insert ( ArmedCards.BusinessLogic.DomainServices.GameRoundCard insertGameRoundCard ) : System

메소드 상세

Execute() 공개 메소드

Insert Game Round cards into database
public Execute ( List roundCards ) : void
roundCards List Cards to insert
리턴 void

Insert() 공개 메소드

public Insert ( ArmedCards.BusinessLogic.DomainServices.GameRoundCard insertGameRoundCard ) : System
insertGameRoundCard ArmedCards.BusinessLogic.DomainServices.GameRoundCard
리턴 System