C# Class PetStoreWeb.Commands.AccountCreateCommand

Inheritance: ICommand
Afficher le fichier Open project: bamboo/Bamboo.Prevalence

Méthodes publiques

Méthode Description
AccountCreateCommand ( String login, String password ) : System
Execute ( object system ) : object

Method Details

AccountCreateCommand() public méthode

public AccountCreateCommand ( String login, String password ) : System
login String
password String
Résultat System

Execute() public méthode

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