C# 클래스 ArmedCards.DataAccess.Game.Insert

Implementation of IInsert
상속: Base.IInsert
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
Execute ( Entities game ) : void

Insert a new game into the game table

Insert ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System

Dependency Injected Constructor

메소드 상세

Execute() 공개 메소드

Insert a new game into the game table
public Execute ( Entities game ) : void
game Entities
리턴 void

Insert() 공개 메소드

Dependency Injected Constructor
public Insert ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System
db Microsoft.Practices.EnterpriseLibrary.Data.Database Database
리턴 System