Skip to content

ITabellaService<T> interface

Base read-only access to Customer API fixed-length tables.

public interface ITabellaService<T>
    where T : Tabella
parameter description
T

Members

name description
List(…) Gets a list of items (GET) from a remote fixed table.

See Also