public TemplateService(ITaskIssuedService googleService, ITaskDisposalService googleService2, PluginContext objectContext) { this._googleService = googleService; this._googleService2 = googleService2; this._objectContext = objectContext; }
public TaskDisposalController(ITaskIssuedService googleService, ITaskDisposalService googleService2) { this._googleService = googleService; this._googleService2 = googleService2; }