C# Class ArmedCards.DataAccess.GamePlayerCard.Insert

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

Méthodes publiques

Méthode Description
Execute ( List playerCards ) : void

Insert game player cards into the database

Insert ( ) : System

Method Details

Execute() public méthode

Insert game player cards into the database
public Execute ( List playerCards ) : void
playerCards List Cards to insert
Résultat void

Insert() public méthode

public Insert ( ) : System
Résultat System