public RelatorioController(IUsuarioServiceWEB srvUsuario, IEmpresaServiceWEB srvEmpresa, IEnqueteServiceWEB srvEnquete, IPerguntaRespostaServiceWEB srvPerguntaService, IRespostaServiceWEB srvResposta) { this.srvUsuario = srvUsuario; this.srvEmpresa = srvEmpresa; this.srvEnquete = srvEnquete; this.srvPerguntaResposta = srvPerguntaService; this.srvResposta = srvResposta; }
public BannerController(IBannerServiceWEB srv, IEmpresaServiceWEB serviceEmpresa, IEnqueteServiceWEB srvEnquete) { this.service = srv; this.serviceEmpresas = serviceEmpresa; this.serviceEnquete = srvEnquete; }
public MasterController(IUsuarioServiceWEB Service, IEmpresaServiceWEB ServiceEmpresas, IEnqueteServiceWEB ServiceEnquete) { this.service = Service; this.serviceEmpresas = ServiceEmpresas; this.serviceEnquete = ServiceEnquete; }
public ControleAcessoController(IEmpresaServiceWEB service) { this.service = service; }
public EmpresaController(IEmpresaServiceWEB _service) { this.service = _service; }
public VoucherController(IVoucherServiceWEB service, IEmpresaServiceWEB serviceEmpresas, IEnqueteServiceWEB serviceEnquete) { this._service = service; this.serviceEmpresas = serviceEmpresas; this.serviceEnquete = serviceEnquete; }