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

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

Méthodes publiques

Méthode Description
Execute ( List roundCards ) : void

Insert Game Round cards into database

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

Method Details

Execute() public méthode

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

Insert() public méthode

public Insert ( ArmedCards.BusinessLogic.DomainServices.GameRoundCard insertGameRoundCard ) : System
insertGameRoundCard ArmedCards.BusinessLogic.DomainServices.GameRoundCard
Résultat System