C# Class ArmedCards.BusinessLogic.AppServices.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 ( DomainServices _insertGame ) : 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 ( DomainServices _insertGame ) : System
_insertGame DomainServices
return System