Method | Description | |
---|---|---|
Execute ( Entities user ) : void |
Insert a new user into the users table
|
|
Insert ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System |
Dependency Injected Constructor
|
public Execute ( Entities user ) : void | ||
user | Entities | The user to insert |
return | void |
public Insert ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System | ||
db | Microsoft.Practices.EnterpriseLibrary.Data.Database | Database |
return | System |