Exemple #1
0
 public TemplateService(ITaskIssuedService googleService, ITaskDisposalService googleService2,
                        PluginContext objectContext)
 {
     this._googleService  = googleService;
     this._googleService2 = googleService2;
     this._objectContext  = objectContext;
 }
 public TaskIssuedController(ITaskIssuedService googleService)
 {
     this._googleService = googleService;
 }
Exemple #3
0
 public TaskDisposalController(ITaskIssuedService googleService, ITaskDisposalService googleService2)
 {
     this._googleService  = googleService;
     this._googleService2 = googleService2;
 }