Exemplo n.º 1
0
 public ComercialController(ContatoAppService ContatoApp, IEmailService emailService)
 {
     _contatoApp   = ContatoApp;
     _emailService = emailService;
 }
Exemplo n.º 2
0
 public FaleconoscoController(ContatoAppService ContatoApp, IEmailService emailService)
 {
     _contatoApp   = ContatoApp;
     _emailService = emailService;
 }