C# Class Altairis.Fakturoid.Client.FakturoidBankAccountsProxy

Proxy class form working with bank accounts
Inheritance: FakturoidEntityProxy
Show file Open project: ridercz/Fakturoid-API

Public Methods

Method Description
Select ( ) : IEnumerable

Gets list of all bank accounts.

SelectAsync ( ) : Task>

Gets asynchronously list of all bank accounts.

Private Methods

Method Description
FakturoidBankAccountsProxy ( FakturoidContext context ) : System.Collections.Generic

Method Details

Select() public method

Gets list of all bank accounts.
public Select ( ) : IEnumerable
return IEnumerable

SelectAsync() public method

Gets asynchronously list of all bank accounts.
public SelectAsync ( ) : Task>
return Task>