C# Class Altairis.Fakturoid.Client.FakturoidBankAccountsProxy

Proxy class form working with bank accounts
Inheritance: FakturoidEntityProxy
Afficher le fichier Open project: ridercz/Fakturoid-API

Méthodes publiques

Méthode Description
Select ( ) : IEnumerable

Gets list of all bank accounts.

SelectAsync ( ) : Task>

Gets asynchronously list of all bank accounts.

Private Methods

Méthode Description
FakturoidBankAccountsProxy ( FakturoidContext context ) : System.Collections.Generic

Method Details

Select() public méthode

Gets list of all bank accounts.
public Select ( ) : IEnumerable
Résultat IEnumerable

SelectAsync() public méthode

Gets asynchronously list of all bank accounts.
public SelectAsync ( ) : Task>
Résultat Task>