AppHarbor.Test.MockedApiTests.MockedAppHarborClient.MockedAppHarborClient C# (CSharp) Méthode

MockedAppHarborClient() public méthode

public MockedAppHarborClient ( AuthInfo authInfo, RestSharp.RestClient restClient ) : System
authInfo AuthInfo
restClient RestSharp.RestClient
Résultat System
			public MockedAppHarborClient(AuthInfo authInfo, RestClient restClient)
				: base(authInfo, restClient)
			{
			}
		}
MockedApiTests.MockedAppHarborClient