コード例 #1
0
 public FuncionarioService(IFuncionarioRepository repository, IFuncionarioEnderecoRepository funcionarioEnderecoRepository
                           , IContaService iContaService)
 {
     base._repository = repository;
     _funcionarioEnderecoRepository = funcionarioEnderecoRepository;
     _iContaService = iContaService;
 }
コード例 #2
0
 public FuncionarioEnderecoService(IFuncionarioEnderecoRepository repository)
 {
     base._repository = repository;
 }