public EstabelecimentoService(IEstabelecimentoRepository estabelecimentoRepository, IEnderecoJuridicoRepository enderecoJuridicoRepository, IFuncionarioRepository funcionarioRepository) { _estabelecimentoRepository = estabelecimentoRepository; _enderecoJuridicoRepository = enderecoJuridicoRepository; _funcionarioRepository = funcionarioRepository; }
public EnderecoJuridicoService(IEnderecoJuridicoRepository enderecoJuridicoRepository) { _enderecoJuridicoRepository = enderecoJuridicoRepository; }