trellow.api.Checklists.Internal.AsyncChecklists.AsyncChecklists C# (CSharp) Method

AsyncChecklists() public method

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