Esempio n. 1
0
 public CoolAppController(ICoolAppService coolAppService, ICoolComService coolComService, ILanguageService languageService, ErpManagerSettings erpManagerSettings)
 {
     _coolAppService     = coolAppService;
     _coolComService     = coolComService;
     _languageService    = languageService;
     _erpManagerSettings = erpManagerSettings;
 }
Esempio n. 2
0
 public HomeController(ICoolUserService coolUserService, ICoolComService coolComService, ILanguageService languageService, ErpManagerSettings erpManagerSettings, ICoolQueryService coolQueryService, ICoolAppService coolAppService)
 {
     _coolUserService    = coolUserService;
     _coolComService     = coolComService;
     _languageService    = languageService;
     _erpManagerSettings = erpManagerSettings;
     _coolQueryService   = coolQueryService;
     _coolAppService     = coolAppService;
 }