DrinkClientMock Class

Assembly
Rocket.Surgery.Airframe.Synthetic.dll
Namespace
Rocket.Surgery.Airframe.Synthetic
Interfaces
Base Types
graph BT Type-->Base0["ClientMock<DrinkDto>"] Base0-->Base1["Object"] Type-.->Interface0["IClient"] click Interface0 "/api/Data/IClient" Type-.->Interface1["IDisposable"] Type["DrinkClientMock"] class Type type-node

Syntax

public class DrinkClientMock : ClientMock<DrinkDto>, IClient, IDisposable

Attributes

Type Description
NullableAttribute

Constructors

Name Summary
DrinkClientMock()

Extension Methods