public Questions()
 {
     this.questionService   = new QuestionWcfServiceClient();
     this.competenceService = new CompetenceWcfServiceClient();
     this.positionService   = new PositionWcfServiceClient();
     this.questions         = new List <QuestionService.Question>();
 }
Exemple #2
0
 public EvaluationInfo()
 {
     this.evaluationService         = new EvaluationWcfServiceClient();
     this.questionService           = new QuestionWcfServiceClient();
     this.evaluationTemplateService = new EvaluationTemplateWcfServiceClient();
 }