C# Class Castle.Applications.PestControl.Model.CreateUserCommand

Inheritance: ICommand
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
CreateUserCommand ( String name, String pass, String email ) : System
Execute ( object system ) : object

Method Details

CreateUserCommand() public méthode

public CreateUserCommand ( String name, String pass, String email ) : System
name String
pass String
email String
Résultat System

Execute() public méthode

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