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