public PessoaService(IPessoaRepository PessoaRepository, ISCadastroService CadastroService) : base(PessoaRepository) { _PessoaRepository = PessoaRepository; _CadastroService = CadastroService; }
public SCadastroAppService(ISCadastroService SCadastroService) : base(SCadastroService) { _SCadastroService = SCadastroService; }