C# Класс ArmedCards.BusinessLogic.AppServices.Game.Insert

Implementation of IInsert
Наследование: Base.IInsert
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( Entities game ) : void

Insert a game record into the database

Insert ( DomainServices _insertGame ) : System

Описание методов

Execute() публичный Метод

Insert a game record into the database
public Execute ( Entities game ) : void
game Entities
Результат void

Insert() публичный Метод

public Insert ( DomainServices _insertGame ) : System
_insertGame DomainServices
Результат System