TrelloNet.Internal.Organizations.Organizations C# (CSharp) Method

Organizations() public method

public Organizations ( TrelloRestClient restClient ) : System.Collections.Generic
restClient TrelloRestClient
return System.Collections.Generic
		public Organizations(TrelloRestClient restClient)
		{
			_restClient = restClient;
		}