Пример #1
0
 public ExportDataService(IAccountDao accountDao, IReportDao reportDao, IServerSettings serverSettings, IAppStartUpLogDao appStartUpLogDao, IPromotionDao promotionsDao)
 {
     _accountDao       = accountDao;
     _reportDao        = reportDao;
     _serverSettings   = serverSettings;
     _appStartUpLogDao = appStartUpLogDao;
     _promotionsDao    = promotionsDao;
 }
Пример #2
0
 public AppStartUpLogService(IAppStartUpLogDao dao)
 {
     _dao = dao;
 }