C# 클래스 BambooBreizhCamp.CommandeAjouterPersonne

상속: ICommand
파일 보기 프로젝트 열기: BreizhJUG/breizhcamp-resources 1 사용 예제들

공개 메소드들

메소드 설명
CommandeAjouterPersonne ( string Nom, string Prenom, int Age ) : System
Execute ( object system ) : object

메소드 상세

CommandeAjouterPersonne() 공개 메소드

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

Execute() 공개 메소드

public Execute ( object system ) : object
system object
리턴 object