Пример #1
0
 public TemplateService(ITaskIssuedService googleService, ITaskDisposalService googleService2,
                        PluginContext objectContext)
 {
     this._googleService  = googleService;
     this._googleService2 = googleService2;
     this._objectContext  = objectContext;
 }
Пример #2
0
 public TaskIssuedController(ITaskIssuedService googleService)
 {
     this._googleService = googleService;
 }
Пример #3
0
 public TaskDisposalController(ITaskIssuedService googleService, ITaskDisposalService googleService2)
 {
     this._googleService  = googleService;
     this._googleService2 = googleService2;
 }