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

Implementation of Base.IInsert
Inheritance: Base.IInsert
显示文件 Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Execute ( List roundCards ) : void

Insert Game Round cards into database

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

Method Details

Execute() public method

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

Insert() public method

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