Ejemplo n.º 1
0
 public CoolAppController(ICoolAppService coolAppService, ICoolComService coolComService, ILanguageService languageService, ErpManagerSettings erpManagerSettings)
 {
     _coolAppService     = coolAppService;
     _coolComService     = coolComService;
     _languageService    = languageService;
     _erpManagerSettings = erpManagerSettings;
 }
Ejemplo 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;
 }