Apphbify.Services.DeploymentService.DeploymentService C# (CSharp) Method

DeploymentService() public method

public DeploymentService ( IApiService api, DataStore data ) : System.Collections.Generic
api IApiService
data DataStore
return System.Collections.Generic
        public DeploymentService(IApiService api, DataStore data)
        {
            _Api = api;
            _Data = data;
        }