Exemple #1
0
 public ClienteContatoController(IClienteContatoAppService clienteContatoAppService)
 {
     _clienteContatoAppService = clienteContatoAppService;
 }
 public ClienteContatoController(IClienteContatoAppService clienteContatoAppService)
 {
     _clienteContatoAppService = clienteContatoAppService;
 }