public FatoresAssociadosQuestionarioRespostaFamiliaServices(DataTable dtRespostas)
 {
     _alunoRepository           = new AlunoRepository();
     _cicloAnoEscolarRepository = new CicloAnoEscolarRepository();
     _constructoRepository      = new ConstructoRepository();
     _dtRespostas = dtRespostas;
 }
 public FatorAssociadoQuestionarioRespostaEscolaServices(IEnumerable <QuestaoConstructoDto> questaoConstructoDtos)
     : base(questaoConstructoDtos)
 {
     _cicloAnoEscolarRepository = new CicloAnoEscolarRepository();
     _constructoRepository      = new ConstructoRepository();
     _fatorAssociadoQuestionarioRespostaEscolaConstructoRepository = new FatorAssociadoQuestionarioRespostaEscolaConstructoRepository();
     _fatorAssociadoQuestionarioRespostaEscolaRepository           = new FatorAssociadoQuestionarioRespostaEscolaRepository();
     _questionarioItemRepository = new QuestionarioItemRepository();
 }
Esempio n. 3
0
 public ConstructoServices()
 {
     _cicloAnoEscolarRepository = new CicloAnoEscolarRepository();
     _constructoRepository      = new ConstructoRepository();
 }
Esempio n. 4
0
 public FatorAssociadoServices()
 {
     _cicloAnoEscolarRepository = new CicloAnoEscolarRepository();
     _constructoRepository      = new ConstructoRepository();
     _fatorAssociadoRepository  = new FatorAssociadoRepository();
 }