trellow.api.Tokens.Internal.AsyncTokens.AsyncTokens C# (CSharp) Метод

AsyncTokens() публичный Метод

public AsyncTokens ( IRequestClient restClient ) : System.Threading.Tasks
restClient IRequestClient
Результат System.Threading.Tasks
		public AsyncTokens(IRequestClient restClient)
		{
			_restClient = restClient;
		}