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

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

Méthodes publiques

Méthode Description
Execute ( Entities game ) : void

Insert a game record into the database

Insert ( DataAccess _insertGame, GamePlayer insertGamePlayerREPO ) : System

Method Details

Execute() public méthode

Insert a game record into the database
public Execute ( Entities game ) : void
game Entities
Résultat void

Insert() public méthode

public Insert ( DataAccess _insertGame, GamePlayer insertGamePlayerREPO ) : System
_insertGame DataAccess
insertGamePlayerREPO GamePlayer
Résultat System