C# Class BambooBreizhCamp.CommandeAjouterPersonne

Inheritance: ICommand
Afficher le fichier Open project: BreizhJUG/breizhcamp-resources Class Usage Examples

Méthodes publiques

Méthode Description
CommandeAjouterPersonne ( string Nom, string Prenom, int Age ) : System
Execute ( object system ) : object

Method Details

CommandeAjouterPersonne() public méthode

public CommandeAjouterPersonne ( string Nom, string Prenom, int Age ) : System
Nom string
Prenom string
Age int
Résultat System

Execute() public méthode

public Execute ( object system ) : object
system object
Résultat object