C# Class BambooBreizhCamp.CommandeAjouterPersonne

Inheritance: ICommand
Datei anzeigen Open project: BreizhJUG/breizhcamp-resources Class Usage Examples

Public Methods

Method Description
CommandeAjouterPersonne ( string Nom, string Prenom, int Age ) : System
Execute ( object system ) : object

Method Details

CommandeAjouterPersonne() public method

public CommandeAjouterPersonne ( string Nom, string Prenom, int Age ) : System
Nom string
Prenom string
Age int
return System

Execute() public method

public Execute ( object system ) : object
system object
return object