trellow.api.Lists.Internal.AsyncLists.AsyncLists C# (CSharp) Method

AsyncLists() public method

public AsyncLists ( IRequestClient restClient ) : System.Collections.Generic
restClient IRequestClient
return System.Collections.Generic
		public AsyncLists(IRequestClient restClient)
		{
			_restClient = restClient;
		}