示例#1
0
 public EmpresasController(IEmpresaAppService empresaAppService, IEnderecoAppService enderecoAppService, ITelefoneAppService telefoneAppService, ICnaeAppService cnaeAppService, ISetorAppService setorAppService, IUFAppService uFAppService /*, IFuncionarioAppService funcionarioAppService*/)
 {
     _empresaAppService  = empresaAppService;
     _enderecoAppService = enderecoAppService;
     _telefoneAppService = telefoneAppService;
     _cnaeAppService     = cnaeAppService;
     _setorAppService    = setorAppService;
     _uFAppService       = uFAppService;
 }