C# Class ArmedCards.DataAccess.GamePlayer.Delete

Implementation of Base.IDelete
Inheritance: Base.IDelete
Afficher le fichier Open project: kwmcrell/ArmedCards

Méthodes publiques

Méthode Description
Delete ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System
Execute ( Entities player ) : void

Delete the player from the game

Method Details

Delete() public méthode

public Delete ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System
db Microsoft.Practices.EnterpriseLibrary.Data.Database
Résultat System

Execute() public méthode

Delete the player from the game
public Execute ( Entities player ) : void
player Entities The player to remove
Résultat void