MyGetEngine.

MyGetEngine(ICakeDataService, ICakeLog) Constructor

Summary

Initializes a new instance of the MyGetEngine class.
Assembly
Cake.MyGet.Module.dll
Namespace
Cake.MyGet.Module
Containing Type
MyGetEngine

Syntax

public MyGetEngine(ICakeDataService dataService, ICakeLog log)

Parameters

Name Type Description
dataService ICakeDataService Implementation of ICakeDataService.
log ICakeLog Implementation of ICakeLog.

Return Value

Type Description
void