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

Implementation of IInsert
Inheritance: Base.IInsert
Datei anzeigen Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Execute ( Entities game ) : void

Insert a game record into the database

Insert ( DataAccess _insertGame, GamePlayer insertGamePlayerREPO ) : System

Method Details

Execute() public method

Insert a game record into the database
public Execute ( Entities game ) : void
game Entities
return void

Insert() public method

public Insert ( DataAccess _insertGame, GamePlayer insertGamePlayerREPO ) : System
_insertGame DataAccess
insertGamePlayerREPO GamePlayer
return System