C# Class ArmedCards.BusinessLogic.Repositories.GamePlayer.Insert

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

Méthodes publiques

Méthode Description
Execute ( Entities player ) : Int32

Inserts a GamePlayer

Insert ( ArmedCards.DataAccess.GamePlayer insertGamePlayer ) : System

Method Details

Execute() public méthode

Inserts a GamePlayer
public Execute ( Entities player ) : Int32
player Entities The player to insert
Résultat System.Int32

Insert() public méthode

public Insert ( ArmedCards.DataAccess.GamePlayer insertGamePlayer ) : System
insertGamePlayer ArmedCards.DataAccess.GamePlayer
Résultat System