Exemplo n.º 1
0
 public ClienteContatoController(IClienteContatoAppService clienteContatoAppService)
 {
     _clienteContatoAppService = clienteContatoAppService;
 }
Exemplo n.º 2
0
 public ClienteContatoController(IClienteContatoAppService clienteContatoAppService)
 {
     _clienteContatoAppService = clienteContatoAppService;
 }