Exemplo n.º 1
0
 public TemplateService(ITaskIssuedService googleService, ITaskDisposalService googleService2,
                        PluginContext objectContext)
 {
     this._googleService  = googleService;
     this._googleService2 = googleService2;
     this._objectContext  = objectContext;
 }
Exemplo n.º 2
0
 public TaskDisposalController(ITaskIssuedService googleService, ITaskDisposalService googleService2)
 {
     this._googleService  = googleService;
     this._googleService2 = googleService2;
 }