Esempio n. 1
0
 public HomeController(IProdutoAppServices produtoAppServices, IHomeAppServices homeAppServices, IMarcaAppServices marcaAppServices, IWebHostEnvironment env)
 {
     _produtoAppServices = produtoAppServices;
     _homeAppServices    = homeAppServices;
     _marcaAppServices   = marcaAppServices;
     _env = env;
 }
Esempio n. 2
0
 public BannersHomeViewComponent(IHomeAppServices homeAppServices)
 {
     _homeAppServices = homeAppServices;
 }
 public TextosTopHomeViewComponent(IHomeAppServices homeAppServices)
 {
     _homeAppServices = homeAppServices;
 }