TrelloNet.Internal.Organizations.Organizations C# (CSharp) Méthode

Organizations() public méthode

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