Méthode | Description | |
---|---|---|
Add ( IExternalAccount item ) : IExternalAccount | ||
Create ( ) : IExternalAccount | ||
CreateError ( ) : IError | ||
GetById ( int id ) : IExternalAccount | ||
Remove ( IExternalAccount item ) : void | ||
Update ( IExternalAccount item ) : IExternalAccount |
public Add ( IExternalAccount item ) : IExternalAccount | ||
item | IExternalAccount | |
Résultat | IExternalAccount |
public GetById ( int id ) : IExternalAccount | ||
id | int | |
Résultat | IExternalAccount |
public Remove ( IExternalAccount item ) : void | ||
item | IExternalAccount | |
Résultat | void |
public Update ( IExternalAccount item ) : IExternalAccount | ||
item | IExternalAccount | |
Résultat | IExternalAccount |