Method | Description | |
---|---|---|
Create ( AccountType accountType ) : |
Creates an account given the T:AccountType to create.
|
|
Create ( string accountType ) : |
Creates an account given the name of an account type.
|
public static Create ( AccountType accountType ) : |
||
accountType | AccountType | The |
return |
public static Create ( string accountType ) : |
||
accountType | string | The account type to create. |
return |