Ejemplo n.º 1
0
 public ReportController(IReportService reportService, IAssetService assetService, IMailConfigService mailConfigService, IMaintenanceDiaryService maintenanceDiaryService, IAssetLogService assetLogService, ApplicationUserManager applicationUserManager)
 {
     this._reportService           = reportService;
     this._assetService            = assetService;
     this._mailConfigService       = mailConfigService;
     this._maintenanceDiaryService = maintenanceDiaryService;
     this._assetLogService         = assetLogService;
     this.applicationUserManager   = applicationUserManager;
 }
Ejemplo n.º 2
0
 public MailConfigsController(IMailConfigService mailConfigService)
 {
     this._mailConfigService = mailConfigService;
 }